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

SUBDIRS += minimal

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

qnx {
    SUBDIRS += blackberry
}