diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-08-31 18:12:53 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-08-31 18:12:53 +0000 |
| commit | 005fb3df8263d1a2aa92666672dbb1567d039c89 (patch) | |
| tree | 6c2a9fda22d3fb55a4a32e2c8b206e0598ac610f /src/plugins/General/hal | |
| parent | 87cb0d13094d339fefa846d37594d354a295137b (diff) | |
| download | qmmp-005fb3df8263d1a2aa92666672dbb1567d039c89.tar.gz qmmp-005fb3df8263d1a2aa92666672dbb1567d039c89.tar.bz2 qmmp-005fb3df8263d1a2aa92666672dbb1567d039c89.zip | |
fixed build regression
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7426 90c681e8-e032-0410-971d-27865f9a5e38
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 |
