From 7fb1cff8105c8bcd025c18d497e56d1159df8125 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Mon, 27 Aug 2012 18:29:52 +0000 Subject: [PATCH] Put the kdegames include in the front this ways it also works for people only compiling libkdegames and having system kdelibs and libkdegames svn path=/trunk/KDE/kdegames/ksirk/; revision=1313612 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b36e612..64a2c03 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ if(NOT COMPILING_KDEGAMES) add_definitions(${QT_DEFINITIONS} ${KDE4_DEFINITIONS}) add_definitions(-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS) - include_directories(${QDBUS_INCLUDE_DIRS} ${KDE4_INCLUDES} ${KDEGAMES_INCLUDE_DIRS}) + include_directories(${KDEGAMES_INCLUDE_DIRS} ${KDE4_INCLUDES} ${QDBUS_INCLUDE_DIRS}) macro_log_feature(QCA2_FOUND "QCA2" "Qt Cryptographic Architecture" "http://delta.affinix.com/qca" TRUE "2.0.0" "Needed to build Ksirk Jabber support's GroupWise and Jabberprotocols.") macro_display_feature_log() -- GitLab