aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/fileops/fileops.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/fileops/fileops.pro')
-rw-r--r--src/plugins/General/fileops/fileops.pro17
1 files changed, 8 insertions, 9 deletions
diff --git a/src/plugins/General/fileops/fileops.pro b/src/plugins/General/fileops/fileops.pro
index 79b5cf895..a3252b689 100644
--- a/src/plugins/General/fileops/fileops.pro
+++ b/src/plugins/General/fileops/fileops.pro
@@ -1,15 +1,7 @@
include(../../plugins.pri)
-TARGET =$$PLUGINS_PREFIX/General/fileops
-unix : QMAKE_CLEAN = $$PLUGINS_PREFIX/General/libfileops.so
+TARGET = $$PLUGINS_PREFIX/General/fileops
-LIBS += -lqmmpui
-
-RESOURCES = translations/translations.qrc
-unix {
- target.path = $$LIB_DIR/qmmp/General
- INSTALLS += target
-}
HEADERS += fileopsfactory.h \
fileops.h \
settingsdialog.h \
@@ -23,4 +15,11 @@ SOURCES += fileopsfactory.cpp \
FORMS += settingsdialog.ui \
hotkeydialog.ui
+RESOURCES = translations/translations.qrc
+
+LIBS += -lqmmpui
+unix {
+ target.path = $$LIB_DIR/qmmp/General
+ INSTALLS += target
+}