summaryrefslogtreecommitdiffstats
path: root/src/platformheaders/platformheaders.pro
blob: 6b6294d34c01b195f054c036ce5bd67d72c6b709 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Only headers here, no library is wanted.
TEMPLATE = subdirs
VERSION = $$MODULE_VERSION
MODULE_INCNAME = QtPlatformHeaders

include(nativecontexts/nativecontexts.pri)
include(xcbfunctions/xcbfunctions.pri)
include(eglfsfunctions/eglfsfunctions.pri)
include(windowsfunctions/windowsfunctions.pri)
include(helper/helper.pri)

QMAKE_DOCS = $$PWD/doc/qtplatformheaders.qdocconf

load(qt_module_headers)
load(qt_docs)
load(qt_installs)