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

SUBDIRS += minimal

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

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

mac {
    SUBDIRS += cocoa
}

win32: SUBDIRS += windows