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

SUBDIRS += minimal

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

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

mac {
    SUBDIRS += cocoa
}