summaryrefslogtreecommitdiffstats
path: root/src/platformheaders/CMakeLists.txt
blob: 63bb60576f29432fdfab2b2820a8d005c431bb3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Generated from platformheaders.pro.

#####################################################################
## PlatformHeaders Module:
#####################################################################

qt_add_module(PlatformHeaders
    HEADER_MODULE
    # special case begin
    # SOURCES
    #     cocoafunctions/qcocoawindowfunctions_p.h
    #     eglfsfunctions/qeglfsfunctions_p.h
    #     helper/qplatformheaderhelper_p.h
    #     linuxfbfunctions/qlinuxfbfunctions_p.h
    #     waylandfunctions/qwaylandwindowfunctions_p.h
    #     windowsfunctions/qwindowswindowfunctions_p.h
    #     xcbfunctions/qxcbscreenfunctions_p.h
    #     xcbfunctions/qxcbwindowfunctions_p.h
    # special case end
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::Gui
)
qt_add_docs(PlatformHeaders
    doc/qtplatformheaders.qdocconf
)