CMake: Regenerate src/platfomheaders

Change-Id: I82d94c0f53bf3291cd26188ab6afd78493f2b92c
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Tobias Hunger 2019-05-06 14:43:46 +02:00
parent 1c310adb17
commit da02d17b5e

View File

@ -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