Windows: disable the (currently broken) Windows platform plugin
[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 }
16
17 win32 {
18     warning(Windows platform plugin is currently not working)
19     #SUBDIRS += windows
20 }