aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/rgscan
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/rgscan')
-rw-r--r--src/plugins/General/rgscan/rgscan.pro21
1 files changed, 11 insertions, 10 deletions
diff --git a/src/plugins/General/rgscan/rgscan.pro b/src/plugins/General/rgscan/rgscan.pro
index dc26945b2..8929efd16 100644
--- a/src/plugins/General/rgscan/rgscan.pro
+++ b/src/plugins/General/rgscan/rgscan.pro
@@ -1,16 +1,7 @@
include(../../plugins.pri)
-TARGET =$$PLUGINS_PREFIX/General/rgscan
-unix:QMAKE_CLEAN = $$PLUGINS_PREFIX/General/librgscan.so
+TARGET = $$PLUGINS_PREFIX/General/rgscan
-LIBS += -lqmmpui
-
-RESOURCES = translations/translations.qrc
-unix{
- PKGCONFIG += taglib
- target.path = $$LIB_DIR/qmmp/General
- INSTALLS += target
-}
HEADERS += rgscanfactory.h \
rgscanhelper.h \
rgscandialog.h \
@@ -24,3 +15,13 @@ SOURCES += rgscanfactory.cpp \
rgscanner.cpp
FORMS += rgscandialog.ui
+
+RESOURCES = translations/translations.qrc
+
+LIBS += -lqmmpui
+
+unix {
+ PKGCONFIG += taglib
+ target.path = $$LIB_DIR/qmmp/General
+ INSTALLS += target
+}