Merge remote-tracking branch 'origin/master' into refactor
[profile/ivi/qtbase.git] / src / plugins / platforms / platforms.pro
1 TEMPLATE = subdirs
2
3 SUBDIRS += minimal
4
5 contains(QT_CONFIG, wayland) {
6     SUBDIRS += wayland
7 }
8
9 contains(QT_CONFIG, xcb) {
10     SUBDIRS += xcb
11 }
12
13 mac {
14     SUBDIRS += cocoa
15 }