Switch to unified view

a/Makefile b/Makefile
1
#############################################################################
1
#############################################################################
2
# Makefile for building: upplay
2
# Makefile for building: upplay
3
# Generated by qmake (2.01a) (Qt 4.8.2) on: Fri Nov 7 16:50:47 2014
3
# Generated by qmake (2.01a) (Qt 4.8.2) on: Wed Nov 12 18:47:40 2014
4
# Project:  upplay.pro
4
# Project:  upplay.pro
5
# Template: app
5
# Template: app
6
# Command: /usr/bin/qmake -o Makefile upplay.pro
6
# Command: /usr/bin/qmake -o Makefile upplay.pro
7
#############################################################################
7
#############################################################################
8
8
...
...
10
10
11
CC            = gcc
11
CC            = gcc
12
CXX           = g++
12
CXX           = g++
13
DEFINES       = -DQT_WEBKIT -DPREFIX=\"/usr\" -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED
13
DEFINES       = -DQT_WEBKIT -DPREFIX=\"/usr\" -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED
14
CFLAGS        = -m64 -pipe -g -D_REENTRANT -Wall -W $(DEFINES)
14
CFLAGS        = -m64 -pipe -g -D_REENTRANT -Wall -W $(DEFINES)
15
CXXFLAGS      = -m64 -pipe -std=c++0x -DUPPLAY_VERSION=\"0.8.7\" -g -D_REENTRANT -Wall -W $(DEFINES)
15
CXXFLAGS      = -m64 -pipe -std=c++0x -DUPPLAY_VERSION=\"0.9.0\" -g -D_REENTRANT -Wall -W $(DEFINES)
16
INCPATH       = -I../../../../usr-linksto/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtWebKit -I/usr/include/qt4 -I.moc -I.ui
16
INCPATH       = -I../../../../usr-linksto/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtWebKit -I/usr/include/qt4 -I.moc -I.ui
17
LINK          = g++
17
LINK          = g++
18
LFLAGS        = -m64
18
LFLAGS        = -m64
19
LIBS          = $(SUBLIBS)  -L/usr/lib/x86_64-linux-gnu -lupnpp -lpthread -lQtWebKit -lQtGui -lQtNetwork -lQtCore 
19
LIBS          = $(SUBLIBS)  -L/usr/lib/x86_64-linux-gnu -lupnpp -lpthread -lQtWebKit -lQtGui -lQtNetwork -lQtCore 
20
AR            = ar cqs
20
AR            = ar cqs
...
...
259
/usr/lib/x86_64-linux-gnu/libQtCore.prl:
259
/usr/lib/x86_64-linux-gnu/libQtCore.prl:
260
qmake:  FORCE
260
qmake:  FORCE
261
    @$(QMAKE) -o Makefile upplay.pro
261
    @$(QMAKE) -o Makefile upplay.pro
262
262
263
dist: 
263
dist: 
264
    @$(CHK_DIR_EXISTS) .obj/upplay0.8.7 || $(MKDIR) .obj/upplay0.8.7 
264
    @$(CHK_DIR_EXISTS) .obj/upplay0.9.0 || $(MKDIR) .obj/upplay0.9.0 
265
    $(COPY_FILE) --parents $(SOURCES) $(DIST) .obj/upplay0.8.7/ && $(COPY_FILE) --parents GUI/ContextMenu.h GUI/player/GUI_Player.h GUI/player/GUI_TrayIcon.h GUI/player/DirectSlider.h GUI/playlist/GUI_Playlist.h GUI/playlist/delegate/PlaylistItemDelegate.h GUI/playlist/delegate/PlaylistItemDelegateInterface.h GUI/playlist/entry/GUI_PlaylistEntry.h GUI/playlist/entry/GUI_PlaylistEntryBig.h GUI/playlist/entry/GUI_PlaylistEntrySmall.h GUI/playlist/model/PlaylistItemModel.h GUI/playlist/view/PlaylistView.h GUI/renderchoose/renderchoose.h HelperStructs/CSettingsStorage.h HelperStructs/Helper.h HelperStructs/PlaylistMode.h HelperStructs/Style.h application.h dirbrowser/dirbrowser.h dirbrowser/cdbrowser.h dirbrowser/rreaper.h playlist/Playlist.h playlist/PlaylistAVT.h playlist/PlaylistOH.h upadapt/avtadapt.h upadapt/ohpladapt.h upqo/avtransport_qo.h upqo/cdirectory_qo.h upqo/ohplaylist_qo.h upqo/ohtime_qo.h upqo/renderingcontrol_qo.h .obj/upplay0.8.7/ && $(COPY_FILE) --parents GUI/upplay.qrc .obj/upplay0.8.7/ && $(COPY_FILE) --parents GUI/ContextMenu.cpp GUI/player/GUI_Player.cpp GUI/player/GUI_PlayerConnections.cpp GUI/player/GUI_PlayerControls.cpp GUI/player/GUI_PlayerCover.cpp GUI/player/GUI_PlayerMenubar.cpp GUI/player/GUI_TrayIcon.cpp GUI/player/DirectSlider.cpp GUI/playlist/GUI_Playlist.cpp GUI/playlist/delegate/PlaylistItemDelegate.cpp GUI/playlist/entry/GUI_PlaylistEntryBig.cpp GUI/playlist/entry/GUI_PlaylistEntrySmall.cpp GUI/playlist/model/PlaylistItemModel.cpp GUI/playlist/view/PlaylistView.cpp HelperStructs/CSettingsStorage.cpp HelperStructs/Helper.cpp HelperStructs/Style.cpp application.cpp dirbrowser/dirbrowser.cpp dirbrowser/cdbrowser.cpp playlist/Playlist.cpp playlist/PlaylistAVT.cpp playlist/PlaylistOH.cpp upadapt/upputils.cpp upplay.cpp .obj/upplay0.8.7/ && $(COPY_FILE) --parents dirbrowser/dirbrowser.ui GUI/player/GUI_Player.ui GUI/playlist/GUI_Playlist.ui GUI/playlist/entry/GUI_PlaylistEntryBig.ui GUI/playlist/entry/GUI_PlaylistEntrySmall.ui GUI/renderchoose/renderchoose.ui .obj/upplay0.8.7/ && (cd `dirname .obj/upplay0.8.7` && $(TAR) upplay0.8.7.tar upplay0.8.7 && $(COMPRESS) upplay0.8.7.tar) && $(MOVE) `dirname .obj/upplay0.8.7`/upplay0.8.7.tar.gz . && $(DEL_FILE) -r .obj/upplay0.8.7
265
    $(COPY_FILE) --parents $(SOURCES) $(DIST) .obj/upplay0.9.0/ && $(COPY_FILE) --parents GUI/ContextMenu.h GUI/player/GUI_Player.h GUI/player/GUI_TrayIcon.h GUI/player/DirectSlider.h GUI/playlist/GUI_Playlist.h GUI/playlist/delegate/PlaylistItemDelegate.h GUI/playlist/delegate/PlaylistItemDelegateInterface.h GUI/playlist/entry/GUI_PlaylistEntry.h GUI/playlist/entry/GUI_PlaylistEntryBig.h GUI/playlist/entry/GUI_PlaylistEntrySmall.h GUI/playlist/model/PlaylistItemModel.h GUI/playlist/view/PlaylistView.h GUI/renderchoose/renderchoose.h HelperStructs/CSettingsStorage.h HelperStructs/Helper.h HelperStructs/PlaylistMode.h HelperStructs/Style.h application.h dirbrowser/dirbrowser.h dirbrowser/cdbrowser.h dirbrowser/rreaper.h playlist/Playlist.h playlist/PlaylistAVT.h playlist/PlaylistOH.h upadapt/avtadapt.h upadapt/ohpladapt.h upqo/avtransport_qo.h upqo/cdirectory_qo.h upqo/ohplaylist_qo.h upqo/ohtime_qo.h upqo/renderingcontrol_qo.h .obj/upplay0.9.0/ && $(COPY_FILE) --parents GUI/upplay.qrc .obj/upplay0.9.0/ && $(COPY_FILE) --parents GUI/ContextMenu.cpp GUI/player/GUI_Player.cpp GUI/player/GUI_PlayerConnections.cpp GUI/player/GUI_PlayerControls.cpp GUI/player/GUI_PlayerCover.cpp GUI/player/GUI_PlayerMenubar.cpp GUI/player/GUI_TrayIcon.cpp GUI/player/DirectSlider.cpp GUI/playlist/GUI_Playlist.cpp GUI/playlist/delegate/PlaylistItemDelegate.cpp GUI/playlist/entry/GUI_PlaylistEntryBig.cpp GUI/playlist/entry/GUI_PlaylistEntrySmall.cpp GUI/playlist/model/PlaylistItemModel.cpp GUI/playlist/view/PlaylistView.cpp HelperStructs/CSettingsStorage.cpp HelperStructs/Helper.cpp HelperStructs/Style.cpp application.cpp dirbrowser/dirbrowser.cpp dirbrowser/cdbrowser.cpp playlist/Playlist.cpp playlist/PlaylistAVT.cpp playlist/PlaylistOH.cpp upadapt/upputils.cpp upplay.cpp .obj/upplay0.9.0/ && $(COPY_FILE) --parents dirbrowser/dirbrowser.ui GUI/player/GUI_Player.ui GUI/playlist/GUI_Playlist.ui GUI/playlist/entry/GUI_PlaylistEntryBig.ui GUI/playlist/entry/GUI_PlaylistEntrySmall.ui GUI/renderchoose/renderchoose.ui .obj/upplay0.9.0/ && (cd `dirname .obj/upplay0.9.0` && $(TAR) upplay0.9.0.tar upplay0.9.0 && $(COMPRESS) upplay0.9.0.tar) && $(MOVE) `dirname .obj/upplay0.9.0`/upplay0.9.0.tar.gz . && $(DEL_FILE) -r .obj/upplay0.9.0
266
266
267
267
268
clean:compiler_clean 
268
clean:compiler_clean 
269
    -$(DEL_FILE) $(OBJECTS)
269
    -$(DEL_FILE) $(OBJECTS)
270
    -$(DEL_FILE) *~ core *.core
270
    -$(DEL_FILE) *~ core *.core
...
...
288
    -$(DEL_FILE) .moc/moc_ContextMenu.cpp .moc/moc_GUI_Player.cpp .moc/moc_GUI_TrayIcon.cpp .moc/moc_DirectSlider.cpp .moc/moc_GUI_Playlist.cpp .moc/moc_GUI_PlaylistEntry.cpp .moc/moc_GUI_PlaylistEntryBig.cpp .moc/moc_GUI_PlaylistEntrySmall.cpp .moc/moc_PlaylistItemModel.cpp .moc/moc_PlaylistView.cpp .moc/moc_renderchoose.cpp .moc/moc_CSettingsStorage.cpp .moc/moc_application.cpp .moc/moc_dirbrowser.cpp .moc/moc_cdbrowser.cpp .moc/moc_rreaper.cpp .moc/moc_Playlist.cpp .moc/moc_PlaylistAVT.cpp .moc/moc_PlaylistOH.cpp .moc/moc_avtadapt.cpp .moc/moc_ohpladapt.cpp .moc/moc_avtransport_qo.cpp .moc/moc_cdirectory_qo.cpp .moc/moc_ohplaylist_qo.cpp .moc/moc_ohtime_qo.cpp .moc/moc_renderingcontrol_qo.cpp
288
    -$(DEL_FILE) .moc/moc_ContextMenu.cpp .moc/moc_GUI_Player.cpp .moc/moc_GUI_TrayIcon.cpp .moc/moc_DirectSlider.cpp .moc/moc_GUI_Playlist.cpp .moc/moc_GUI_PlaylistEntry.cpp .moc/moc_GUI_PlaylistEntryBig.cpp .moc/moc_GUI_PlaylistEntrySmall.cpp .moc/moc_PlaylistItemModel.cpp .moc/moc_PlaylistView.cpp .moc/moc_renderchoose.cpp .moc/moc_CSettingsStorage.cpp .moc/moc_application.cpp .moc/moc_dirbrowser.cpp .moc/moc_cdbrowser.cpp .moc/moc_rreaper.cpp .moc/moc_Playlist.cpp .moc/moc_PlaylistAVT.cpp .moc/moc_PlaylistOH.cpp .moc/moc_avtadapt.cpp .moc/moc_ohpladapt.cpp .moc/moc_avtransport_qo.cpp .moc/moc_cdirectory_qo.cpp .moc/moc_ohplaylist_qo.cpp .moc/moc_ohtime_qo.cpp .moc/moc_renderingcontrol_qo.cpp
289
.moc/moc_ContextMenu.cpp: GUI/ContextMenu.h
289
.moc/moc_ContextMenu.cpp: GUI/ContextMenu.h
290
    /usr/bin/moc-qt4 $(DEFINES) $(INCPATH) GUI/ContextMenu.h -o .moc/moc_ContextMenu.cpp
290
    /usr/bin/moc-qt4 $(DEFINES) $(INCPATH) GUI/ContextMenu.h -o .moc/moc_ContextMenu.cpp
291
291
292
.moc/moc_GUI_Player.cpp: .ui/ui_GUI_Player.h \
292
.moc/moc_GUI_Player.cpp: .ui/ui_GUI_Player.h \
293
      GUI/player/DirectSlider.h \
294
        GUI/player/GUI_TrayIcon.h \
293
        GUI/player/GUI_TrayIcon.h \
295
        HelperStructs/CSettingsStorage.h \
294
        HelperStructs/CSettingsStorage.h \
296
        HelperStructs/PlaylistMode.h \
295
        HelperStructs/PlaylistMode.h \
297
        HelperStructs/MetaData.h \
296
        HelperStructs/MetaData.h \
298
        HelperStructs/globals.h \
297
        HelperStructs/globals.h \
...
...
309
308
310
.moc/moc_DirectSlider.cpp: GUI/player/DirectSlider.h
309
.moc/moc_DirectSlider.cpp: GUI/player/DirectSlider.h
311
    /usr/bin/moc-qt4 $(DEFINES) $(INCPATH) GUI/player/DirectSlider.h -o .moc/moc_DirectSlider.cpp
310
    /usr/bin/moc-qt4 $(DEFINES) $(INCPATH) GUI/player/DirectSlider.h -o .moc/moc_DirectSlider.cpp
312
311
313
.moc/moc_GUI_Playlist.cpp: .ui/ui_GUI_Playlist.h \
312
.moc/moc_GUI_Playlist.cpp: .ui/ui_GUI_Playlist.h \
314
      GUI/playlist/view/PlaylistView.h \
315
      HelperStructs/MetaData.h \
316
      HelperStructs/globals.h \
317
      GUI/playlist/model/PlaylistItemModel.h \
318
        GUI/playlist/delegate/PlaylistItemDelegate.h \
313
        GUI/playlist/delegate/PlaylistItemDelegate.h \
319
        GUI/playlist/entry/GUI_PlaylistEntry.h \
314
        GUI/playlist/entry/GUI_PlaylistEntry.h \
320
      GUI/ContextMenu.h \
315
      HelperStructs/MetaData.h \
316
      HelperStructs/globals.h \
321
        playlist/Playlist.h \
317
        playlist/Playlist.h \
322
        HelperStructs/PlaylistMode.h \
318
        HelperStructs/PlaylistMode.h \
323
        HelperStructs/CSettingsStorage.h \
319
        HelperStructs/CSettingsStorage.h \
324
        GUI/playlist/GUI_Playlist.h
320
        GUI/playlist/GUI_Playlist.h
325
    /usr/bin/moc-qt4 $(DEFINES) $(INCPATH) GUI/playlist/GUI_Playlist.h -o .moc/moc_GUI_Playlist.cpp
321
    /usr/bin/moc-qt4 $(DEFINES) $(INCPATH) GUI/playlist/GUI_Playlist.h -o .moc/moc_GUI_Playlist.cpp
...
...
365
        HelperStructs/CSettingsStorage.h
361
        HelperStructs/CSettingsStorage.h
366
    /usr/bin/moc-qt4 $(DEFINES) $(INCPATH) HelperStructs/CSettingsStorage.h -o .moc/moc_CSettingsStorage.cpp
362
    /usr/bin/moc-qt4 $(DEFINES) $(INCPATH) HelperStructs/CSettingsStorage.h -o .moc/moc_CSettingsStorage.cpp
367
363
368
.moc/moc_application.cpp: dirbrowser/dirbrowser.h \
364
.moc/moc_application.cpp: dirbrowser/dirbrowser.h \
369
        .ui/ui_dirbrowser.h \
365
        .ui/ui_dirbrowser.h \
366
      playlist/Playlist.h \
367
      HelperStructs/MetaData.h \
368
      HelperStructs/globals.h \
369
      HelperStructs/PlaylistMode.h \
370
      HelperStructs/CSettingsStorage.h \
370
        dirbrowser/cdbrowser.h \
371
        dirbrowser/cdbrowser.h \
371
      HelperStructs/MetaData.h \
372
      HelperStructs/globals.h \
373
        upqo/renderingcontrol_qo.h \
372
        upqo/renderingcontrol_qo.h \
374
        upqo/ohtime_qo.h \
373
        upqo/ohtime_qo.h \
375
        upadapt/avtadapt.h \
374
        upadapt/avtadapt.h \
376
        upqo/avtransport_qo.h \
375
        upqo/avtransport_qo.h \
377
        upadapt/upputils.h \
376
        upadapt/upputils.h \
378
        upadapt/ohpladapt.h \
377
        upadapt/ohpladapt.h \
379
      HelperStructs/PlaylistMode.h \
380
        upqo/ohplaylist_qo.h \
378
        upqo/ohplaylist_qo.h \
381
        GUI/player/GUI_Player.h \
379
        GUI/player/GUI_Player.h \
382
        .ui/ui_GUI_Player.h \
380
        .ui/ui_GUI_Player.h \
383
      GUI/player/DirectSlider.h \
384
        GUI/player/GUI_TrayIcon.h \
381
        GUI/player/GUI_TrayIcon.h \
385
      HelperStructs/CSettingsStorage.h \
386
        HelperStructs/Helper.h \
382
        HelperStructs/Helper.h \
387
        GUI/playlist/GUI_Playlist.h \
383
        GUI/playlist/GUI_Playlist.h \
388
        .ui/ui_GUI_Playlist.h \
384
        .ui/ui_GUI_Playlist.h \
389
      GUI/playlist/view/PlaylistView.h \
390
      GUI/playlist/model/PlaylistItemModel.h \
391
        GUI/playlist/delegate/PlaylistItemDelegate.h \
385
        GUI/playlist/delegate/PlaylistItemDelegate.h \
392
        GUI/playlist/entry/GUI_PlaylistEntry.h \
386
        GUI/playlist/entry/GUI_PlaylistEntry.h \
393
      GUI/ContextMenu.h \
394
      playlist/Playlist.h \
395
        HelperStructs/Style.h \
387
        HelperStructs/Style.h \
396
        application.h
388
        application.h
397
    /usr/bin/moc-qt4 $(DEFINES) $(INCPATH) application.h -o .moc/moc_application.cpp
389
    /usr/bin/moc-qt4 $(DEFINES) $(INCPATH) application.h -o .moc/moc_application.cpp
398
390
399
.moc/moc_dirbrowser.cpp: .ui/ui_dirbrowser.h \
391
.moc/moc_dirbrowser.cpp: .ui/ui_dirbrowser.h \
392
      playlist/Playlist.h \
393
      HelperStructs/MetaData.h \
394
      HelperStructs/globals.h \
395
      HelperStructs/PlaylistMode.h \
396
      HelperStructs/CSettingsStorage.h \
400
        dirbrowser/cdbrowser.h \
397
        dirbrowser/cdbrowser.h \
401
      HelperStructs/MetaData.h \
402
      HelperStructs/globals.h \
403
        dirbrowser/dirbrowser.h
398
        dirbrowser/dirbrowser.h
404
    /usr/bin/moc-qt4 $(DEFINES) $(INCPATH) dirbrowser/dirbrowser.h -o .moc/moc_dirbrowser.cpp
399
    /usr/bin/moc-qt4 $(DEFINES) $(INCPATH) dirbrowser/dirbrowser.h -o .moc/moc_dirbrowser.cpp
405
400
406
.moc/moc_cdbrowser.cpp: HelperStructs/MetaData.h \
401
.moc/moc_cdbrowser.cpp: HelperStructs/MetaData.h \
407
        HelperStructs/globals.h \
402
        HelperStructs/globals.h \
...
...
467
compiler_rcc_make_all: qrc_upplay.cpp
462
compiler_rcc_make_all: qrc_upplay.cpp
468
compiler_rcc_clean:
463
compiler_rcc_clean:
469
    -$(DEL_FILE) qrc_upplay.cpp
464
    -$(DEL_FILE) qrc_upplay.cpp
470
qrc_upplay.cpp: GUI/upplay.qrc \
465
qrc_upplay.cpp: GUI/upplay.qrc \
471
        GUI/icons/close.png \
466
        GUI/icons/close.png \
467
      GUI/icons/rb_checked.png \
468
      GUI/icons/shuffle.png \
469
      GUI/icons/vol_3.png \
470
      GUI/icons/vol_mute_dark.png \
471
      GUI/icons/cb_checked_disabled.png \
472
        GUI/icons/addtab.png \
472
        GUI/icons/id3.png \
473
      GUI/icons/vol_2_dark.png \
474
      GUI/icons/arrow_right_orange.png \
475
      GUI/icons/arrow_right.png \
476
      GUI/icons/scroll_hor_bg.png \
477
      GUI/icons/fwd.png \
478
      GUI/icons/arrow_left.png \
479
      GUI/icons/repAll.png \
473
        GUI/icons/info_small.png \
480
        GUI/icons/cross.png \
481
      GUI/icons/scroll_ver_bg.png \
482
      GUI/icons/slider_ver_bg.png \
483
      GUI/icons/bwd.png \
484
      GUI/icons/logo.png \
474
        GUI/icons/pause.png \
485
        GUI/icons/stop.png \
486
      GUI/icons/slider_hor_bg.png \
487
      GUI/icons/arrow_down_orange.png \
488
      GUI/icons/vol_3_dark.png \
475
        GUI/icons/broom.png \
489
        GUI/icons/broom.png \
476
      GUI/icons/stop.png \
477
      GUI/icons/logo.png \
478
        GUI/icons/vol_2.png \
490
        GUI/icons/vol_mute.png \
479
      GUI/icons/shuffle.png \
480
      GUI/icons/delete.png \
481
      GUI/icons/dynamic.png \
482
      GUI/icons/bwd.png \
483
      GUI/icons/id3.png \
484
      GUI/icons/vol_3_dark.png \
485
      GUI/icons/fwd.png \
486
      GUI/icons/vol_3.png \
487
      GUI/icons/edit.png \
488
        GUI/icons/import.png \
491
        GUI/icons/import.png \
489
      GUI/icons/append.png \
490
        GUI/icons/numbers.png \
492
        GUI/icons/numbers.png \
491
        GUI/icons/rep1.png \
493
        GUI/icons/rep1.png \
494
      GUI/icons/append.png \
495
      GUI/icons/cb_checked.png \
496
      GUI/icons/addtab.png \
497
      GUI/icons/dynamic.png \
498
      GUI/icons/arrow_up_orange.png \
499
      GUI/icons/delete.png \
500
      GUI/icons/rec.png \
501
      GUI/icons/edit.png \
502
      GUI/icons/vol_1.png \
503
      GUI/icons/info_small.png \
504
      GUI/icons/rb_checked_disabled.png \
505
      GUI/icons/vol_1_dark.png \
506
      GUI/icons/play.png \
507
      GUI/icons/arrow_left_orange.png \
508
      GUI/icons/pause.png \
509
      GUI/icons/arrow_up.png \
510
      GUI/icons/arrow_down.png \
492
        GUI/icons/fwd_orange.png \
511
        GUI/icons/fwd_orange.png \
493
      GUI/icons/vol_mute_dark.png \
494
      GUI/icons/play.png \
495
      GUI/icons/rec.png \
496
      GUI/icons/repAll.png \
497
      GUI/icons/vol_1_dark.png \
498
        GUI/icons/vol_1.png \
512
        GUI/icons/vol_2.png
499
      GUI/icons/vol_mute.png \
500
      GUI/icons/vol_2_dark.png
501
    /usr/bin/rcc -name upplay GUI/upplay.qrc -o qrc_upplay.cpp
513
    /usr/bin/rcc -name upplay GUI/upplay.qrc -o qrc_upplay.cpp
502
514
503
compiler_image_collection_make_all: .ui/qmake_image_collection.cpp
515
compiler_image_collection_make_all: .ui/qmake_image_collection.cpp
504
compiler_image_collection_clean:
516
compiler_image_collection_clean:
505
    -$(DEL_FILE) .ui/qmake_image_collection.cpp
517
    -$(DEL_FILE) .ui/qmake_image_collection.cpp
...
...
552
        HelperStructs/MetaData.h \
564
        HelperStructs/MetaData.h \
553
        HelperStructs/globals.h
565
        HelperStructs/globals.h
554
    $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/ContextMenu.o GUI/ContextMenu.cpp
566
    $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/ContextMenu.o GUI/ContextMenu.cpp
555
567
556
.obj/GUI_Player.o: GUI/player/GUI_Player.cpp .ui/ui_GUI_Player.h \
568
.obj/GUI_Player.o: GUI/player/GUI_Player.cpp .ui/ui_GUI_Player.h \
557
      GUI/player/DirectSlider.h \
558
        GUI/player/GUI_Player.h \
569
        GUI/player/GUI_Player.h \
559
        GUI/player/GUI_TrayIcon.h \
570
        GUI/player/GUI_TrayIcon.h \
560
        HelperStructs/CSettingsStorage.h \
571
        HelperStructs/CSettingsStorage.h \
561
        HelperStructs/PlaylistMode.h \
572
        HelperStructs/PlaylistMode.h \
562
        HelperStructs/MetaData.h \
573
        HelperStructs/MetaData.h \
563
        HelperStructs/globals.h \
574
        HelperStructs/globals.h \
564
        HelperStructs/Helper.h \
575
        HelperStructs/Helper.h \
565
        GUI/playlist/GUI_Playlist.h \
576
        GUI/playlist/GUI_Playlist.h \
566
        .ui/ui_GUI_Playlist.h \
577
        .ui/ui_GUI_Playlist.h \
567
      GUI/playlist/view/PlaylistView.h \
568
      GUI/playlist/model/PlaylistItemModel.h \
569
        GUI/playlist/delegate/PlaylistItemDelegate.h \
578
        GUI/playlist/delegate/PlaylistItemDelegate.h \
570
        GUI/playlist/entry/GUI_PlaylistEntry.h \
579
        GUI/playlist/entry/GUI_PlaylistEntry.h \
571
      GUI/ContextMenu.h \
572
        playlist/Playlist.h \
580
        playlist/Playlist.h \
573
        HelperStructs/Style.h
581
        HelperStructs/Style.h
574
    $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/GUI_Player.o GUI/player/GUI_Player.cpp
582
    $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/GUI_Player.o GUI/player/GUI_Player.cpp
575
583
576
.obj/GUI_PlayerConnections.o: GUI/player/GUI_PlayerConnections.cpp GUI/player/GUI_Player.h \
584
.obj/GUI_PlayerConnections.o: GUI/player/GUI_PlayerConnections.cpp GUI/player/GUI_Player.h \
577
        .ui/ui_GUI_Player.h \
585
        .ui/ui_GUI_Player.h \
578
      GUI/player/DirectSlider.h \
579
        GUI/player/GUI_TrayIcon.h \
586
        GUI/player/GUI_TrayIcon.h \
580
        HelperStructs/CSettingsStorage.h \
587
        HelperStructs/CSettingsStorage.h \
581
        HelperStructs/PlaylistMode.h \
588
        HelperStructs/PlaylistMode.h \
582
        HelperStructs/MetaData.h \
589
        HelperStructs/MetaData.h \
583
        HelperStructs/globals.h \
590
        HelperStructs/globals.h \
584
        HelperStructs/Helper.h
591
        HelperStructs/Helper.h
585
    $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/GUI_PlayerConnections.o GUI/player/GUI_PlayerConnections.cpp
592
    $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/GUI_PlayerConnections.o GUI/player/GUI_PlayerConnections.cpp
586
593
587
.obj/GUI_PlayerControls.o: GUI/player/GUI_PlayerControls.cpp GUI/player/GUI_Player.h \
594
.obj/GUI_PlayerControls.o: GUI/player/GUI_PlayerControls.cpp GUI/player/GUI_Player.h \
588
        .ui/ui_GUI_Player.h \
595
        .ui/ui_GUI_Player.h \
589
      GUI/player/DirectSlider.h \
590
        GUI/player/GUI_TrayIcon.h \
596
        GUI/player/GUI_TrayIcon.h \
591
        HelperStructs/CSettingsStorage.h \
597
        HelperStructs/CSettingsStorage.h \
592
        HelperStructs/PlaylistMode.h \
598
        HelperStructs/PlaylistMode.h \
593
        HelperStructs/MetaData.h \
599
        HelperStructs/MetaData.h \
594
        HelperStructs/globals.h \
600
        HelperStructs/globals.h \
595
        HelperStructs/Helper.h
601
        HelperStructs/Helper.h
596
    $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/GUI_PlayerControls.o GUI/player/GUI_PlayerControls.cpp
602
    $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/GUI_PlayerControls.o GUI/player/GUI_PlayerControls.cpp
597
603
598
.obj/GUI_PlayerCover.o: GUI/player/GUI_PlayerCover.cpp GUI/player/GUI_Player.h \
604
.obj/GUI_PlayerCover.o: GUI/player/GUI_PlayerCover.cpp GUI/player/GUI_Player.h \
599
        .ui/ui_GUI_Player.h \
605
        .ui/ui_GUI_Player.h \
600
      GUI/player/DirectSlider.h \
601
        GUI/player/GUI_TrayIcon.h \
606
        GUI/player/GUI_TrayIcon.h \
602
        HelperStructs/CSettingsStorage.h \
607
        HelperStructs/CSettingsStorage.h \
603
        HelperStructs/PlaylistMode.h \
608
        HelperStructs/PlaylistMode.h \
604
        HelperStructs/MetaData.h \
609
        HelperStructs/MetaData.h \
605
        HelperStructs/globals.h \
610
        HelperStructs/globals.h \
606
        HelperStructs/Helper.h
611
        HelperStructs/Helper.h
607
    $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/GUI_PlayerCover.o GUI/player/GUI_PlayerCover.cpp
612
    $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/GUI_PlayerCover.o GUI/player/GUI_PlayerCover.cpp
608
613
609
.obj/GUI_PlayerMenubar.o: GUI/player/GUI_PlayerMenubar.cpp GUI/player/GUI_Player.h \
614
.obj/GUI_PlayerMenubar.o: GUI/player/GUI_PlayerMenubar.cpp GUI/player/GUI_Player.h \
610
        .ui/ui_GUI_Player.h \
615
        .ui/ui_GUI_Player.h \
611
      GUI/player/DirectSlider.h \
612
        GUI/player/GUI_TrayIcon.h \
616
        GUI/player/GUI_TrayIcon.h \
613
        HelperStructs/CSettingsStorage.h \
617
        HelperStructs/CSettingsStorage.h \
614
        HelperStructs/PlaylistMode.h \
618
        HelperStructs/PlaylistMode.h \
615
        HelperStructs/MetaData.h \
619
        HelperStructs/MetaData.h \
616
        HelperStructs/globals.h \
620
        HelperStructs/globals.h \
...
...
634
        HelperStructs/PlaylistMode.h \
638
        HelperStructs/PlaylistMode.h \
635
        HelperStructs/CSettingsStorage.h \
639
        HelperStructs/CSettingsStorage.h \
636
        HelperStructs/Style.h \
640
        HelperStructs/Style.h \
637
        GUI/playlist/GUI_Playlist.h \
641
        GUI/playlist/GUI_Playlist.h \
638
        .ui/ui_GUI_Playlist.h \
642
        .ui/ui_GUI_Playlist.h \
639
      GUI/playlist/view/PlaylistView.h \
640
      GUI/playlist/model/PlaylistItemModel.h \
641
        GUI/playlist/delegate/PlaylistItemDelegate.h \
643
        GUI/playlist/delegate/PlaylistItemDelegate.h \
642
        GUI/playlist/entry/GUI_PlaylistEntry.h \
644
        GUI/playlist/entry/GUI_PlaylistEntry.h \
643
      GUI/ContextMenu.h \
644
        playlist/Playlist.h
645
        playlist/Playlist.h \
646
      GUI/playlist/model/PlaylistItemModel.h
645
    $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/GUI_Playlist.o GUI/playlist/GUI_Playlist.cpp
647
    $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/GUI_Playlist.o GUI/playlist/GUI_Playlist.cpp
646
648
647
.obj/PlaylistItemDelegate.o: GUI/playlist/delegate/PlaylistItemDelegate.cpp GUI/playlist/delegate/PlaylistItemDelegate.h \
649
.obj/PlaylistItemDelegate.o: GUI/playlist/delegate/PlaylistItemDelegate.cpp GUI/playlist/delegate/PlaylistItemDelegate.h \
648
        GUI/playlist/entry/GUI_PlaylistEntry.h \
650
        GUI/playlist/entry/GUI_PlaylistEntry.h \
649
        HelperStructs/MetaData.h \
651
        HelperStructs/MetaData.h \
...
...
711
    $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/Style.o HelperStructs/Style.cpp
713
    $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/Style.o HelperStructs/Style.cpp
712
714
713
.obj/application.o: application.cpp application.h \
715
.obj/application.o: application.cpp application.h \
714
        dirbrowser/dirbrowser.h \
716
        dirbrowser/dirbrowser.h \
715
        .ui/ui_dirbrowser.h \
717
        .ui/ui_dirbrowser.h \
718
      playlist/Playlist.h \
719
      HelperStructs/MetaData.h \
720
      HelperStructs/globals.h \
721
      HelperStructs/PlaylistMode.h \
722
      HelperStructs/CSettingsStorage.h \
716
        dirbrowser/cdbrowser.h \
723
        dirbrowser/cdbrowser.h \
717
      HelperStructs/MetaData.h \
718
      HelperStructs/globals.h \
719
        upqo/renderingcontrol_qo.h \
724
        upqo/renderingcontrol_qo.h \
720
        upqo/ohtime_qo.h \
725
        upqo/ohtime_qo.h \
721
        upadapt/avtadapt.h \
726
        upadapt/avtadapt.h \
722
        upqo/avtransport_qo.h \
727
        upqo/avtransport_qo.h \
723
        upadapt/upputils.h \
728
        upadapt/upputils.h \
724
        upadapt/ohpladapt.h \
729
        upadapt/ohpladapt.h \
725
      HelperStructs/PlaylistMode.h \
726
        upqo/ohplaylist_qo.h \
730
        upqo/ohplaylist_qo.h \
727
        GUI/player/GUI_Player.h \
731
        GUI/player/GUI_Player.h \
728
        .ui/ui_GUI_Player.h \
732
        .ui/ui_GUI_Player.h \
729
      GUI/player/DirectSlider.h \
730
        GUI/player/GUI_TrayIcon.h \
733
        GUI/player/GUI_TrayIcon.h \
731
      HelperStructs/CSettingsStorage.h \
732
        HelperStructs/Helper.h \
734
        HelperStructs/Helper.h \
733
        GUI/playlist/GUI_Playlist.h \
735
        GUI/playlist/GUI_Playlist.h \
734
        .ui/ui_GUI_Playlist.h \
736
        .ui/ui_GUI_Playlist.h \
735
      GUI/playlist/view/PlaylistView.h \
736
      GUI/playlist/model/PlaylistItemModel.h \
737
        GUI/playlist/delegate/PlaylistItemDelegate.h \
737
        GUI/playlist/delegate/PlaylistItemDelegate.h \
738
        GUI/playlist/entry/GUI_PlaylistEntry.h \
738
        GUI/playlist/entry/GUI_PlaylistEntry.h \
739
      GUI/ContextMenu.h \
740
      playlist/Playlist.h \
741
        HelperStructs/Style.h \
739
        HelperStructs/Style.h \
742
        GUI/renderchoose/renderchoose.h \
740
        GUI/renderchoose/renderchoose.h \
743
        .ui/ui_renderchoose.h \
741
        .ui/ui_renderchoose.h \
744
        playlist/PlaylistAVT.h \
742
        playlist/PlaylistAVT.h \
745
        playlist/PlaylistOH.h
743
        playlist/PlaylistOH.h
746
    $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/application.o application.cpp
744
    $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/application.o application.cpp
747
745
748
.obj/dirbrowser.o: dirbrowser/dirbrowser.cpp dirbrowser/dirbrowser.h \
746
.obj/dirbrowser.o: dirbrowser/dirbrowser.cpp dirbrowser/dirbrowser.h \
749
        .ui/ui_dirbrowser.h \
747
        .ui/ui_dirbrowser.h \
748
      playlist/Playlist.h \
749
      HelperStructs/MetaData.h \
750
      HelperStructs/globals.h \
751
      HelperStructs/PlaylistMode.h \
752
      HelperStructs/CSettingsStorage.h \
750
        dirbrowser/cdbrowser.h \
753
        dirbrowser/cdbrowser.h \
751
      HelperStructs/MetaData.h \
752
      HelperStructs/globals.h \
753
        HelperStructs/Helper.h
754
        HelperStructs/Helper.h \
755
      upadapt/upputils.h
754
    $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/dirbrowser.o dirbrowser/dirbrowser.cpp
756
    $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/dirbrowser.o dirbrowser/dirbrowser.cpp
755
757
756
.obj/cdbrowser.o: dirbrowser/cdbrowser.cpp HelperStructs/Helper.h \
758
.obj/cdbrowser.o: dirbrowser/cdbrowser.cpp HelperStructs/Helper.h \
757
        HelperStructs/MetaData.h \
759
        HelperStructs/MetaData.h \
758
        HelperStructs/globals.h \
760
        HelperStructs/globals.h \
...
...
760
        HelperStructs/PlaylistMode.h \
762
        HelperStructs/PlaylistMode.h \
761
        upqo/cdirectory_qo.h \
763
        upqo/cdirectory_qo.h \
762
        upadapt/upputils.h \
764
        upadapt/upputils.h \
763
        upadapt/md5.hxx \
765
        upadapt/md5.hxx \
764
        dirbrowser/cdbrowser.h \
766
        dirbrowser/cdbrowser.h \
767
      dirbrowser/dirbrowser.h \
768
      .ui/ui_dirbrowser.h \
769
      playlist/Playlist.h \
765
        dirbrowser/rreaper.h
770
        dirbrowser/rreaper.h
766
    $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/cdbrowser.o dirbrowser/cdbrowser.cpp
771
    $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/cdbrowser.o dirbrowser/cdbrowser.cpp
767
772
768
.obj/Playlist.o: playlist/Playlist.cpp playlist/Playlist.h \
773
.obj/Playlist.o: playlist/Playlist.cpp upadapt/upputils.h \
769
      HelperStructs/MetaData.h \
774
      playlist/Playlist.h \
770
        HelperStructs/globals.h \
775
        HelperStructs/MetaData.h \
771
        HelperStructs/PlaylistMode.h \
776
        HelperStructs/globals.h \
777
      HelperStructs/PlaylistMode.h \
772
        HelperStructs/CSettingsStorage.h
778
        HelperStructs/CSettingsStorage.h \
779
      HelperStructs/Helper.h
773
    $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/Playlist.o playlist/Playlist.cpp
780
    $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/Playlist.o playlist/Playlist.cpp
774
781
775
.obj/PlaylistAVT.o: playlist/PlaylistAVT.cpp playlist/PlaylistAVT.h \
782
.obj/PlaylistAVT.o: playlist/PlaylistAVT.cpp playlist/PlaylistAVT.h \
776
        HelperStructs/MetaData.h \
783
        HelperStructs/MetaData.h \
777
        HelperStructs/globals.h \
784
        HelperStructs/globals.h \
778
        HelperStructs/PlaylistMode.h \
785
        HelperStructs/PlaylistMode.h \
779
        HelperStructs/CSettingsStorage.h \
786
        HelperStructs/CSettingsStorage.h \
780
        playlist/Playlist.h \
787
        playlist/Playlist.h \
781
        HelperStructs/Helper.h
788
        HelperStructs/Helper.h \
789
      upadapt/upputils.h
782
    $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/PlaylistAVT.o playlist/PlaylistAVT.cpp
790
    $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/PlaylistAVT.o playlist/PlaylistAVT.cpp
783
791
784
.obj/PlaylistOH.o: playlist/PlaylistOH.cpp playlist/PlaylistOH.h \
792
.obj/PlaylistOH.o: playlist/PlaylistOH.cpp playlist/PlaylistOH.h \
785
        HelperStructs/MetaData.h \
793
        HelperStructs/MetaData.h \
786
        HelperStructs/globals.h \
794
        HelperStructs/globals.h \
...
...
795
    $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/upputils.o upadapt/upputils.cpp
803
    $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/upputils.o upadapt/upputils.cpp
796
804
797
.obj/upplay.o: upplay.cpp application.h \
805
.obj/upplay.o: upplay.cpp application.h \
798
        dirbrowser/dirbrowser.h \
806
        dirbrowser/dirbrowser.h \
799
        .ui/ui_dirbrowser.h \
807
        .ui/ui_dirbrowser.h \
808
      playlist/Playlist.h \
809
      HelperStructs/MetaData.h \
810
      HelperStructs/globals.h \
811
      HelperStructs/PlaylistMode.h \
812
      HelperStructs/CSettingsStorage.h \
800
        dirbrowser/cdbrowser.h \
813
        dirbrowser/cdbrowser.h \
801
      HelperStructs/MetaData.h \
802
      HelperStructs/globals.h \
803
        upqo/renderingcontrol_qo.h \
814
        upqo/renderingcontrol_qo.h \
804
        upqo/ohtime_qo.h \
815
        upqo/ohtime_qo.h \
805
        upadapt/avtadapt.h \
816
        upadapt/avtadapt.h \
806
        upqo/avtransport_qo.h \
817
        upqo/avtransport_qo.h \
807
        upadapt/upputils.h \
818
        upadapt/upputils.h \
808
        upadapt/ohpladapt.h \
819
        upadapt/ohpladapt.h \
809
      HelperStructs/PlaylistMode.h \
810
        upqo/ohplaylist_qo.h \
820
        upqo/ohplaylist_qo.h \
811
        GUI/player/GUI_Player.h \
821
        GUI/player/GUI_Player.h \
812
        .ui/ui_GUI_Player.h \
822
        .ui/ui_GUI_Player.h \
813
      GUI/player/DirectSlider.h \
814
        GUI/player/GUI_TrayIcon.h \
823
        GUI/player/GUI_TrayIcon.h \
815
      HelperStructs/CSettingsStorage.h \
816
        HelperStructs/Helper.h \
824
        HelperStructs/Helper.h \
817
        GUI/playlist/GUI_Playlist.h \
825
        GUI/playlist/GUI_Playlist.h \
818
        .ui/ui_GUI_Playlist.h \
826
        .ui/ui_GUI_Playlist.h \
819
      GUI/playlist/view/PlaylistView.h \
820
      GUI/playlist/model/PlaylistItemModel.h \
821
        GUI/playlist/delegate/PlaylistItemDelegate.h \
827
        GUI/playlist/delegate/PlaylistItemDelegate.h \
822
        GUI/playlist/entry/GUI_PlaylistEntry.h \
828
        GUI/playlist/entry/GUI_PlaylistEntry.h \
823
      GUI/ContextMenu.h \
824
      playlist/Playlist.h \
825
        HelperStructs/Style.h
829
        HelperStructs/Style.h
826
    $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/upplay.o upplay.cpp
830
    $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/upplay.o upplay.cpp
827
831
828
.obj/moc_ContextMenu.o: .moc/moc_ContextMenu.cpp 
832
.obj/moc_ContextMenu.o: .moc/moc_ContextMenu.cpp 
829
    $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/moc_ContextMenu.o .moc/moc_ContextMenu.cpp
833
    $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/moc_ContextMenu.o .moc/moc_ContextMenu.cpp