summarylogtreecommitdiffstats
path: root/CMakeLists.txt.patch
diff options
context:
space:
mode:
authorsL1pKn072019-03-18 17:20:27 +0100
committersL1pKn072019-03-18 17:20:27 +0100
commitf31d15b5d7129e98a20f941054b3981642a42d87 (patch)
tree062e46680cc0c0865e6337e9c490b62000699047 /CMakeLists.txt.patch
downloadaur-f31d15b5d7129e98a20f941054b3981642a42d87.tar.gz
Initial commit
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)