diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-10-14 17:13:54 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-10-14 17:13:54 +0000 |
| commit | edcf1ca68a32c85e18ac500990bd28e93e4be2e5 (patch) | |
| tree | 85b44651b7ba22d5829519c0ef712de8f7622f3b /src/plugins/General/covermanager/covermanager.pro | |
| parent | 43afdc9a57c17e39b07346b093d82c7f8ce281b2 (diff) | |
| download | qmmp-edcf1ca68a32c85e18ac500990bd28e93e4be2e5.tar.gz qmmp-edcf1ca68a32c85e18ac500990bd28e93e4be2e5.tar.bz2 qmmp-edcf1ca68a32c85e18ac500990bd28e93e4be2e5.zip | |
added cover manager files
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1315 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/covermanager/covermanager.pro')
| -rw-r--r-- | src/plugins/General/covermanager/covermanager.pro | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/src/plugins/General/covermanager/covermanager.pro b/src/plugins/General/covermanager/covermanager.pro new file mode 100644 index 000000000..d084eaada --- /dev/null +++ b/src/plugins/General/covermanager/covermanager.pro @@ -0,0 +1,43 @@ +include(../../plugins.pri) +CONFIG += release \ + warn_on \ + plugin +TEMPLATE = lib +unix:QMAKE_LIBDIR += ../../../../lib +win32:QMAKE_LIBDIR += ../../../../bin +TARGET = $$PLUGINS_PREFIX/General/covermanager +unix:QMAKE_CLEAN = $$PLUGINS_PREFIX/General/libcovermanager.so + +TRANSLATIONS = translations/covermanager_plugin_cs.ts \ +translations/covermanager_plugin_de.ts \ +translations/covermanager_plugin_zh_CN.ts \ +translations/covermanager_plugin_zh_TW.ts \ +translations/covermanager_plugin_ru.ts \ +translations/covermanager_plugin_pl.ts \ +translations/covermanager_plugin_uk_UA.ts \ +translations/covermanager_plugin_it.ts \ +translations/covermanager_plugin_tr.ts \ +translations/covermanager_plugin_lt.ts + +RESOURCES = translations/translations.qrc +unix { + isEmpty(LIB_DIR):LIB_DIR = /lib + target.path = $$LIB_DIR/qmmp/General + INSTALLS += target +} +HEADERS += covermanagerfactory.h \ + coverwidget.h \ + covermanager.h \ + coverwindow.h +win32:HEADERS += ../../../../src/qmmpui/general.h +SOURCES += covermanagerfactory.cpp \ + coverwidget.cpp \ + covermanager.cpp \ + coverwindow.cpp +QT += network +INCLUDEPATH += ../../../ +unix:LIBS += -lqmmpui \ + -lqmmp +win32:LIBS += -lqmmpui0 \ + -lqmmp0 +FORMS += coverwindow.ui |
