Fix platforms.pro scope to match all QNX platforms
[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 {
16     SUBDIRS += qnx
17 }
18
19 contains(QT_CONFIG, eglfs) {
20     SUBDIRS += eglfs
21 }