From c55a56f1c2f5110f488d745cdf2c204f04c49701 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 14 Nov 2017 18:11:54 +0000 Subject: notifier: fixed build without x11 headers git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7725 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/notifier/notifier.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/General/notifier/notifier.pro') diff --git a/src/plugins/General/notifier/notifier.pro b/src/plugins/General/notifier/notifier.pro index 5a92fce11..eea864b6c 100644 --- a/src/plugins/General/notifier/notifier.pro +++ b/src/plugins/General/notifier/notifier.pro @@ -21,6 +21,7 @@ LIBS += $$QMMPUI_LIB unix { PKGCONFIG += x11 + DEFINES += X11_FOUND target.path = $$LIB_DIR/qmmp/General INSTALLS += target } -- cgit v1.2.3-13-gbd6f