summarylogtreecommitdiffstats
path: root/CMakeLists.txt.patch
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt.patch')
-rw-r--r--CMakeLists.txt.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/CMakeLists.txt.patch b/CMakeLists.txt.patch
new file mode 100644
index 000000000000..ac77d62c79fc
--- /dev/null
+++ b/CMakeLists.txt.patch
@@ -0,0 +1,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)