diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-05-16 10:13:48 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-05-16 10:13:48 +0000 |
| commit | 8723363378b7eb979af12d73c05f3f9a083f7e33 (patch) | |
| tree | 23030c7614ce88af03d888731fd74b844b977bb8 /src/plugins/General/hotkey/CMakeLists.txt | |
| parent | acdeb971e302a6d090be03047455225eb86200fc (diff) | |
| download | qmmp-8723363378b7eb979af12d73c05f3f9a083f7e33.tar.gz qmmp-8723363378b7eb979af12d73c05f3f9a083f7e33.tar.bz2 qmmp-8723363378b7eb979af12d73c05f3f9a083f7e33.zip | |
added tint2/lxpanel support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1736 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/hotkey/CMakeLists.txt')
| -rw-r--r-- | src/plugins/General/hotkey/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
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}) |
