From f3a81cc15b9cbd3787869e2a4a32fcd82c90c8c4 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 15 Oct 2011 08:37:10 +0000 Subject: fixed incorrect cflags usage git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2401 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/hotkey/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/General/hotkey') diff --git a/src/plugins/General/hotkey/CMakeLists.txt b/src/plugins/General/hotkey/CMakeLists.txt index f19bdfa89..29a9c06b2 100644 --- a/src/plugins/General/hotkey/CMakeLists.txt +++ b/src/plugins/General/hotkey/CMakeLists.txt @@ -13,6 +13,7 @@ ADD_DEFINITIONS(-DQT_PLUGIN) ADD_DEFINITIONS(-DQT_NO_DEBUG) ADD_DEFINITIONS(-DQT_SHARED) ADD_DEFINITIONS(-DQT_THREAD) +ADD_DEFINITIONS(${X11_CFLAGS}) include_directories(${CMAKE_CURRENT_BINARY_DIR}) -- cgit v1.2.3-13-gbd6f