aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/trackchange
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/trackchange')
-rw-r--r--src/plugins/General/trackchange/trackchange.pro19
1 files changed, 10 insertions, 9 deletions
diff --git a/src/plugins/General/trackchange/trackchange.pro b/src/plugins/General/trackchange/trackchange.pro
index cc76d713b..a709b8a1a 100644
--- a/src/plugins/General/trackchange/trackchange.pro
+++ b/src/plugins/General/trackchange/trackchange.pro
@@ -1,15 +1,7 @@
include(../../plugins.pri)
-TARGET =$$PLUGINS_PREFIX/General/trackchange
-unix : QMAKE_CLEAN = $$PLUGINS_PREFIX/General/libtrackchange.so
+TARGET = $$PLUGINS_PREFIX/General/trackchange
-LIBS += -lqmmpui
-
-RESOURCES = translations/translations.qrc
-unix {
- target.path = $$LIB_DIR/qmmp/General
- INSTALLS += target
-}
HEADERS += trackchangefactory.h \
trackchange.h \
settingsdialog.h
@@ -19,3 +11,12 @@ SOURCES += trackchangefactory.cpp \
settingsdialog.cpp
FORMS += settingsdialog.ui
+
+RESOURCES = translations/translations.qrc
+
+LIBS += -lqmmpui
+
+unix {
+ target.path = $$LIB_DIR/qmmp/General
+ INSTALLS += target
+}