summaryrefslogtreecommitdiffstats
path: root/src/platformheaders/platformheaders.pro
blob: 867f71a4bb7720e3ed94b8f5d4f976b049a900d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TARGET = QtPlatformHeaders
CONFIG += header_module

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)