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

SUBDIRS += minimal

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

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