From cb1296eaa75bc1617ad324df23612b8a74fad3c6 Mon Sep 17 00:00:00 2001 From: Alex Neundorf Date: Thu, 7 Feb 2013 19:46:49 +0100 Subject: [PATCH] -use new kdeqt5staging_INCLUDE_DIRS variable Alex --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 59c09caa1..fe757ffbb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -165,7 +165,7 @@ add_definitions(-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS) add_definitions(-DQT_NO_URL_CAST_FROM_STRING) ################# setup the include directories ################# -include_directories( ${kdeqt5staging_INCLUDE_DIR}) +include_directories( ${kdeqt5staging_INCLUDE_DIRS}) # for including config.h and for includes like include_directories( ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${CMAKE_SOURCE_DIR}/interfaces ${CMAKE_SOURCE_DIR}/plasma/includes)