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

include(xcbfunctions/xcbfunctions.pri)
include(eglfsfunctions/eglfsfunctions.pri)
include(windowsfunctions/windowsfunctions.pri)
include(helper/helper.pri)
include(cocoafunctions/cocoafunctions.pri)
include(waylandfunctions/waylandfunctions.pri)
include(linuxfbfunctions/linuxfbfunctions.pri)

QMAKE_DOCS = $$PWD/doc/qtplatformheaders.qdocconf

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