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

SUBDIRS += minimal

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

mac {
    SUBDIRS += cocoa
}