summaryrefslogtreecommitdiffstats
path: root/src/platformheaders/CMakeLists.txt
blob: 431aade79b8159e184e444a77c11e15003b0c9b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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
)

extend_target(PlatformHeaders CONDITION APPLE SOURCES cocoafunctions/qcocoawindowfunctions.h)

add_qt_docs(./doc/qtplatformheaders.qdocconf)