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

SUBDIRS += minimal

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

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

mac {
    SUBDIRS += cocoa
}

win32 {
    warning(Windows platform plugin is currently not working)
    #SUBDIRS += windows
}