aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/hal
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/hal')
-rw-r--r--src/plugins/General/hal/hal.pro17
1 files changed, 8 insertions, 9 deletions
diff --git a/src/plugins/General/hal/hal.pro b/src/plugins/General/hal/hal.pro
index 22b577958..2fca9bf0c 100644
--- a/src/plugins/General/hal/hal.pro
+++ b/src/plugins/General/hal/hal.pro
@@ -1,15 +1,8 @@
include(../../plugins.pri)
-QT += dbus
-
TARGET = $$PLUGINS_PREFIX/General/hal
-QMAKE_CLEAN = $$PLUGINS_PREFIX/General/libhal.so
-
-RESOURCES = translations/translations.qrc
-
-target.path = $$LIB_DIR/qmmp/General
-INSTALLS += target
+QT += dbus
HEADERS += halfactory.h \
halplugin.h \
@@ -23,6 +16,12 @@ SOURCES += halfactory.cpp \
haldevice.cpp \
settingsdialog.cpp
+FORMS += settingsdialog.ui
+
+
+RESOURCES = translations/translations.qrc
+
LIBS += -lqmmpui
-FORMS += settingsdialog.ui
+target.path = $$LIB_DIR/qmmp/General
+INSTALLS += target