summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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