diff options
Diffstat (limited to 'src/plugins/General/hal/hal.pro')
| -rw-r--r-- | src/plugins/General/hal/hal.pro | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/plugins/General/hal/hal.pro b/src/plugins/General/hal/hal.pro index 083042183..22b577958 100644 --- a/src/plugins/General/hal/hal.pro +++ b/src/plugins/General/hal/hal.pro @@ -1,15 +1,10 @@ include(../../plugins.pri) -CONFIG += warn_on \ -plugin \ - lib \ - qdbus +QT += dbus TARGET = $$PLUGINS_PREFIX/General/hal QMAKE_CLEAN = $$PLUGINS_PREFIX/General/libhal.so -TEMPLATE = lib - RESOURCES = translations/translations.qrc target.path = $$LIB_DIR/qmmp/General @@ -28,6 +23,6 @@ SOURCES += halfactory.cpp \ haldevice.cpp \ settingsdialog.cpp -LIBS += -lqmmpui -lqmmp +LIBS += -lqmmpui FORMS += settingsdialog.ui |
