aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/kdenotify
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2017-08-31 18:12:53 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2017-08-31 18:12:53 +0000
commit005fb3df8263d1a2aa92666672dbb1567d039c89 (patch)
tree6c2a9fda22d3fb55a4a32e2c8b206e0598ac610f /src/plugins/General/kdenotify
parent87cb0d13094d339fefa846d37594d354a295137b (diff)
downloadqmmp-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/kdenotify')
-rw-r--r--src/plugins/General/kdenotify/kdenotify.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/General/kdenotify/kdenotify.pro b/src/plugins/General/kdenotify/kdenotify.pro
index 259a166a6..35b3ce238 100644
--- a/src/plugins/General/kdenotify/kdenotify.pro
+++ b/src/plugins/General/kdenotify/kdenotify.pro
@@ -6,7 +6,6 @@ include(../../plugins.pri)
TARGET = $$PLUGINS_PREFIX/General/kdenotify
QT += dbus
-CONFIG += link_qmmpui
SOURCES += kdenotifyfactory.cpp \
kdenotify.cpp \
@@ -20,6 +19,8 @@ FORMS += settingsdialog.ui
RESOURCES += translations/translations.qrc
+LIBS += $$QMMPUI_LIB
+
target.path = $$LIB_DIR/qmmp/General
images.files = images/app_icon.png \
images/empty_cover.png