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

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

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