Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-staging
[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 }