diff options
Diffstat (limited to 'src/plugins/General/hal')
| -rw-r--r-- | src/plugins/General/hal/hal.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/hal/hal.pro b/src/plugins/General/hal/hal.pro index f68c2edf0..3ad52ba04 100644 --- a/src/plugins/General/hal/hal.pro +++ b/src/plugins/General/hal/hal.pro @@ -3,7 +3,6 @@ include(../../plugins.pri) TARGET = $$PLUGINS_PREFIX/General/hal QT += dbus -CONFIG += link_qmmpui HEADERS += halfactory.h \ halplugin.h \ @@ -19,6 +18,7 @@ SOURCES += halfactory.cpp \ FORMS += settingsdialog.ui +LIBS += $$QMMPUI_LIB RESOURCES = translations/translations.qrc |
