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:contains(QT_CONFIG, coreservices): SUBDIRS += cocoa
10
11 win32: SUBDIRS += windows
12
13 qnx {
14     SUBDIRS += qnx
15 }
16
17 contains(QT_CONFIG, eglfs) {
18     SUBDIRS += eglfs
19 }
20
21 contains(QT_CONFIG, directfb) {
22     SUBDIRS += directfb
23 }