summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/platforms.pro
blob: c2e6d8cea786b5192b1e80ae1f01fe6b95f28352 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE = subdirs

SUBDIRS += minimal

contains(QT_CONFIG, xcb) {
    SUBDIRS += xcb
}

mac {
    SUBDIRS += cocoa
}

win32: SUBDIRS += windows