From 74b247ac859dff153a39222fb4e88a447c4f881a Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 29 Aug 2017 18:39:47 +0000 Subject: cleaning qmake files git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7419 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/kdenotify/kdenotify.pro | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'src/plugins/General/kdenotify') 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 -- cgit v1.2.3-13-gbd6f