diff options
Diffstat (limited to 'src/plugins/General/covermanager/covermanager.pro')
| -rw-r--r-- | src/plugins/General/covermanager/covermanager.pro | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/src/plugins/General/covermanager/covermanager.pro b/src/plugins/General/covermanager/covermanager.pro index c74960bfd..c147e5a41 100644 --- a/src/plugins/General/covermanager/covermanager.pro +++ b/src/plugins/General/covermanager/covermanager.pro @@ -1,15 +1,9 @@ include(../../plugins.pri) TARGET = $$PLUGINS_PREFIX/General/covermanager -unix:QMAKE_CLEAN = $$PLUGINS_PREFIX/General/libcovermanager.so +QT += network -RESOURCES = translations/translations.qrc \ - images/cm_images.qrc -unix { - target.path = $$LIB_DIR/qmmp/General - INSTALLS += target -} HEADERS += covermanagerfactory.h \ coverwidget.h \ covermanager.h @@ -18,5 +12,12 @@ SOURCES += covermanagerfactory.cpp \ coverwidget.cpp \ covermanager.cpp -QT += network +RESOURCES = translations/translations.qrc \ + images/cm_images.qrc + LIBS += -lqmmpui + +unix { + target.path = $$LIB_DIR/qmmp/General + INSTALLS += target +} |
