summaryrefslogtreecommitdiffstats
path: root/src/platformheaders/platformheaders.pro
blob: 5e875f7d2dcde1d67f60111a77b4981fe57082fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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)

QMAKE_DOCS = $$PWD/doc/qtplatformheaders.qdocconf

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