Merge remote-tracking branch 'origin/api_changes'
[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:!ios: 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 }