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

include(eglfsfunctions/eglfsfunctions.pri)
include(windowsfunctions/windowsfunctions.pri)
include(helper/helper.pri)
include(waylandfunctions/waylandfunctions.pri)

QMAKE_DOCS = $$PWD/doc/qtplatformheaders.qdocconf

load(qt_module)