blob: ac77d62c79fc235f6774805f95161be5882cca9a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- CMakeLists.txt 2013-11-08 00:52:55.390713402 +0100
+++ CMakeLists.txt.orig 2013-11-08 00:53:37.140909984 +0100
@@ -16,10 +16,6 @@
# Includes all wanted definitions for Qt
include(${QT_USE_FILE})
-# Remove all Qt modules from include path since there are not needed
-include(cmake/ReduceQtIncludeDirs.cmake)
-reduce_qt_include_dirs()
-
macro(_SET_FANCY _var _value _comment)
if (KDESupport_SOURCE_DIR)
|