From 8723363378b7eb979af12d73c05f3f9a083f7e33 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 16 May 2010 10:13:48 +0000 Subject: added tint2/lxpanel support git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1736 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/hotkey/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/plugins') diff --git a/src/plugins/General/hotkey/CMakeLists.txt b/src/plugins/General/hotkey/CMakeLists.txt index 1c5c1ae65..f19bdfa89 100644 --- a/src/plugins/General/hotkey/CMakeLists.txt +++ b/src/plugins/General/hotkey/CMakeLists.txt @@ -1,7 +1,6 @@ project(libhotkey) cmake_minimum_required(VERSION 2.4.7) -INCLUDE(FindX11) if(COMMAND cmake_policy) cmake_policy(SET CMP0003 NEW) @@ -22,8 +21,6 @@ SET(QT_INCLUDES ${CMAKE_CURRENT_SOURCE_DIR}/../../../ ) -pkg_search_module(X11 x11) - include_directories(${X11_INCLUDE_DIRS}) link_directories(${X11_LIBRARY_DIRS}) -- cgit v1.2.3-13-gbd6f