Merge "Merge remote-tracking branch 'origin/master' into api_changes" into refs/stagi...
[profile/ivi/qtbase.git] / src / plugins / platforms / platforms.pro
1 TEMPLATE = subdirs
2
3 SUBDIRS += minimal
4
5 contains(QT_CONFIG, xcb) {
6     SUBDIRS += xcb
7 }
8
9 mac {
10     SUBDIRS += cocoa
11 }
12
13 win32: SUBDIRS += windows
14
15 qnx-*-qcc {
16     SUBDIRS += qnx
17 }