diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-09-10 12:04:51 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-09-10 12:04:51 +0000 |
| commit | 7586a65427862831590a963b5f8f9d2712271ca0 (patch) | |
| tree | f08c46e911f61aba4a54afc2aee64c9b0ec61d23 /src/qmmpui/qmmpui.pro | |
| parent | fd6e0ed378bf00b8616f4d054c0c41f1156dd078 (diff) | |
| download | qmmp-7586a65427862831590a963b5f8f9d2712271ca0.tar.gz qmmp-7586a65427862831590a963b5f8f9d2712271ca0.tar.bz2 qmmp-7586a65427862831590a963b5f8f9d2712271ca0.zip | |
added new details dialog, disabled input plugins due api changes
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1194 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/qmmpui.pro')
| -rw-r--r-- | src/qmmpui/qmmpui.pro | 148 |
1 files changed, 72 insertions, 76 deletions
diff --git a/src/qmmpui/qmmpui.pro b/src/qmmpui/qmmpui.pro index 17147e341..ea0cb623b 100644 --- a/src/qmmpui/qmmpui.pro +++ b/src/qmmpui/qmmpui.pro @@ -1,91 +1,87 @@ include(../../qmmp.pri) - unix:TARGET = ../../lib/qmmpui win32:TARGET = ../../../bin/qmmpui CONFIG += release \ -warn_on \ -shared \ -qt \ -thread - -QMAKE_LIBDIR += ../../lib qmmpui + warn_on \ + shared \ + qt \ + thread +QMAKE_LIBDIR += ../../lib \ + qmmpui LIBS += -Wl,-rpath,./ -unix:LIBS += -L../../lib -lqmmp -win32:LIBS += -L../../bin -lqmmp0 +unix:LIBS += -L../../lib \ + -lqmmp +win32:LIBS += -L../../bin \ + -lqmmp0 INCLUDEPATH += ../ - TEMPLATE = lib - -unix : isEmpty(LIB_DIR){ - LIB_DIR = /lib - } - +unix:isEmpty(LIB_DIR):LIB_DIR = /lib VERSION = $$QMMP_VERSION - unix:target.path = $$LIB_DIR - HEADERS += general.h \ - generalfactory.h \ - generalhandler.h \ - playlistformat.h \ - playlistparser.h \ - commandlinemanager.h \ - commandlineoption.h \ - filedialog.h \ - filedialogfactory.h \ - qtfiledialog.h \ - abstractplaylistitem.h \ - playlistitem.h \ - playlistmodel.h \ - playstate.h \ - fileloader.h \ - mediaplayer.h \ - playlistsettings.h + generalfactory.h \ + generalhandler.h \ + playlistformat.h \ + playlistparser.h \ + commandlinemanager.h \ + commandlineoption.h \ + filedialog.h \ + filedialogfactory.h \ + qtfiledialog.h \ + abstractplaylistitem.h \ + playlistitem.h \ + playlistmodel.h \ + playstate.h \ + fileloader.h \ + mediaplayer.h \ + playlistsettings.h \ + detailsdialog.h \ + tageditor.h SOURCES += general.cpp \ - generalhandler.cpp \ - playlistparser.cpp \ - commandlinemanager.cpp \ - filedialog.cpp \ - qtfiledialog.cpp \ - abstractplaylistitem.cpp \ - playlistmodel.cpp \ - playstate.cpp \ - playlistitem.cpp \ - fileloader.cpp \ - mediaplayer.cpp \ - playlistsettings.cpp - + generalhandler.cpp \ + playlistparser.cpp \ + commandlinemanager.cpp \ + filedialog.cpp \ + qtfiledialog.cpp \ + abstractplaylistitem.cpp \ + playlistmodel.cpp \ + playstate.cpp \ + playlistitem.cpp \ + fileloader.cpp \ + mediaplayer.cpp \ + playlistsettings.cpp \ + detailsdialog.cpp \ + tageditor.cpp +FORMS += detailsdialog.ui \ + tageditor.ui unix:DESTDIR = . - RESOURCES += translations/libqmmpui_locales.qrc - TRANSLATIONS = translations/libqmmpui_ru.ts \ - translations/libqmmpui_tr.ts \ - translations/libqmmpui_zh_CN.ts \ - translations/libqmmpui_cs.ts \ - translations/libqmmpui_pt_BR.ts \ - translations/libqmmpui_uk_UA.ts \ - translations/libqmmpui_zh_TW.ts \ - translations/libqmmpui_de.ts \ - translations/libqmmpui_it.ts \ - translations/libqmmpui_lt.ts \ - translations/libqmmpui_pl.ts -unix { -devel.files += abstractplaylistitem.h \ - commandlinemanager.h \ - commandlineoption.h \ - filedialogfactory.h \ - filedialog.h \ - generalfactory.h \ - general.h \ - generalhandler.h \ - mediaplayer.h \ - playlistformat.h \ - playlistitem.h \ - playlistmodel.h \ - playlistparser.h - -devel.path = /include/qmmpui - -INSTALLS += target devel + translations/libqmmpui_tr.ts \ + translations/libqmmpui_zh_CN.ts \ + translations/libqmmpui_cs.ts \ + translations/libqmmpui_pt_BR.ts \ + translations/libqmmpui_uk_UA.ts \ + translations/libqmmpui_zh_TW.ts \ + translations/libqmmpui_de.ts \ + translations/libqmmpui_it.ts \ + translations/libqmmpui_lt.ts \ + translations/libqmmpui_pl.ts +unix { + devel.files += abstractplaylistitem.h \ + commandlinemanager.h \ + commandlineoption.h \ + filedialogfactory.h \ + filedialog.h \ + generalfactory.h \ + general.h \ + generalhandler.h \ + mediaplayer.h \ + playlistformat.h \ + playlistitem.h \ + playlistmodel.h \ + playlistparser.h + devel.path = /include/qmmpui + INSTALLS += target \ + devel } |
