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.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/General/notifier/notifier.pro b/src/plugins/General/notifier/notifier.pro
index eea864b6c..d3e38c6fc 100644
--- a/src/plugins/General/notifier/notifier.pro
+++ b/src/plugins/General/notifier/notifier.pro
@@ -20,8 +20,9 @@ RESOURCES = notifier_images.qrc \
LIBS += $$QMMPUI_LIB
unix {
- PKGCONFIG += x11
- DEFINES += X11_FOUND
target.path = $$LIB_DIR/qmmp/General
INSTALLS += target
+ PKGCONFIG += x11
+ QT += x11extras
+ DEFINES += X11_FOUND
}