diff options
Diffstat (limited to 'src/plugins/General/kdenotify/kdenotify.pro')
| -rw-r--r-- | src/plugins/General/kdenotify/kdenotify.pro | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/src/plugins/General/kdenotify/kdenotify.pro b/src/plugins/General/kdenotify/kdenotify.pro index 7de78438b..75b7f11d2 100644 --- a/src/plugins/General/kdenotify/kdenotify.pro +++ b/src/plugins/General/kdenotify/kdenotify.pro @@ -3,15 +3,11 @@ # ------------------------------------------------- include(../../plugins.pri) QT += dbus -CONFIG += warn_on \ - plugin -unix:TARGET = $$PLUGINS_PREFIX/General/kdenotify -unix:QMAKE_CLEAN = $$PLUGINS_PREFIX/General/libkdenotify.so -TEMPLATE = lib -unix { - LIBS += -lqmmpui \ - -lqmmp -} + +TARGET = $$PLUGINS_PREFIX/General/kdenotify +QMAKE_CLEAN = $$PLUGINS_PREFIX/General/libkdenotify.so +LIBS += -lqmmpui + unix { target.path = $$LIB_DIR/qmmp/General INSTALLS += target |
