diff options
Diffstat (limited to 'src/plugins/General/kdenotify/kdenotify.pro')
| -rw-r--r-- | src/plugins/General/kdenotify/kdenotify.pro | 3 |
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 |
