Legend:
- Unmodified
- Added
- Removed
-
QtMPC.pro
r4 r17 4 4 5 5 TEMPLATE = app 6 TARGET = 6 TARGET = 7 7 DEPENDPATH += . gui lib 8 8 INCLUDEPATH += . lib 9 9 CONFIG += qt debug 10 10 QT += network 11 #DEFINES += QT_NO_DEBUG_OUTPUT 11 12 12 13 # Input 13 14 HEADERS += gui/main_window.h \ 15 gui/musiclibraryitem.h \ 16 gui/musiclibrarymodel.h \ 14 17 gui/playlisttablemodel.h \ 15 18 lib/mpdconnection.h \ … … 22 25 SOURCES += main.cpp \ 23 26 gui/main_window.cpp \ 27 gui/musiclibraryitem.cpp \ 28 gui/musiclibrarymodel.cpp \ 24 29 gui/playlisttablemodel.cpp \ 25 30 lib/mpdconnection.cpp \
Note: See TracChangeset
for help on using the changeset viewer.
