From bfd2dac9d18d3a27aa7a3b5a57878351900d6ed5 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 8 Oct 2009 16:39:33 +0000 Subject: fixed build git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1293 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/hotkey/hotkey.pro | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/plugins/General/hotkey/hotkey.pro') diff --git a/src/plugins/General/hotkey/hotkey.pro b/src/plugins/General/hotkey/hotkey.pro index 21ef268f3..f7f7376f0 100644 --- a/src/plugins/General/hotkey/hotkey.pro +++ b/src/plugins/General/hotkey/hotkey.pro @@ -3,7 +3,10 @@ include(../../plugins.pri) CONFIG += release \ warn_on \ plugin \ - lib + lib \ + link_pkgconfig + +PKGCONFIG += xf86miscproto x11 TARGET = $$PLUGINS_PREFIX/General/hotkey QMAKE_CLEAN = $$PLUGINS_PREFIX/General/libhotkey.so -- cgit v1.2.3-13-gbd6f