aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/notifier/notifier.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/notifier/notifier.pro')
-rw-r--r--src/plugins/General/notifier/notifier.pro8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/plugins/General/notifier/notifier.pro b/src/plugins/General/notifier/notifier.pro
index 5e33b5fd3..5380030f9 100644
--- a/src/plugins/General/notifier/notifier.pro
+++ b/src/plugins/General/notifier/notifier.pro
@@ -1,21 +1,15 @@
include(../../plugins.pri)
-CONFIG += warn_on \
-plugin
TARGET =$$PLUGINS_PREFIX/General/notifier
unix:QMAKE_CLEAN =$$PLUGINS_PREFIX/General/libnotifier.so
-
-TEMPLATE = lib
-unix:LIBS += -lqmmpui -lqmmp
-win32:LIBS += -lqmmpui0 -lqmmp0
+LIBS += -lqmmpui
RESOURCES = notifier_images.qrc \
translations/translations.qrc
unix {
- CONFIG += link_pkgconfig
PKGCONFIG += x11
target.path = $$LIB_DIR/qmmp/General
INSTALLS += target