summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2019-05-06 14:43:46 +0200
committerTobias Hunger <tobias.hunger@qt.io>2019-05-06 14:22:57 +0000
commitda02d17b5eb30c00dafe6bd0916a931814d16b58 (patch)
treefa7cffff5e91425f1b35c0b0cf2adeec02dc50b7 /src
parent1c310adb173668b09c4d45d1f84cce598764603a (diff)
CMake: Regenerate src/platfomheaders
Change-Id: I82d94c0f53bf3291cd26188ab6afd78493f2b92c Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/platformheaders/CMakeLists.txt17
1 files changed, 10 insertions, 7 deletions
diff --git a/src/platformheaders/CMakeLists.txt b/src/platformheaders/CMakeLists.txt
index 431aade79b..79ba95a806 100644
--- a/src/platformheaders/CMakeLists.txt
+++ b/src/platformheaders/CMakeLists.txt
@@ -1,12 +1,15 @@
+# Generated from platformheaders.pro.
+
+# special case begin
+
# FIXME Add the rest of the stuff
-add_qt_module(PlatformHeaders SOURCES fake.cpp)
-set_source_files_properties(fake.cpp PROPERTIES
- SKIP_AUTOMOC ON
- SKIP_AUTOUIC ON
- SKIP_AUTORCC ON
-)
+add_qt_module(PlatformHeaders)
extend_target(PlatformHeaders CONDITION APPLE SOURCES cocoafunctions/qcocoawindowfunctions.h)
-add_qt_docs(./doc/qtplatformheaders.qdocconf)
+add_qt_docs(
+ doc/qtplatformheaders.qdocconf
+)
+
+# special case end