Add PLUGIN_CLASS_NAME to qtbase plugins
[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     SUBDIRS += minimalegl
20 }
21
22 contains(QT_CONFIG, directfb) {
23     SUBDIRS += directfb
24 }
25
26 contains(QT_CONFIG, kms) {
27     SUBDIRS += kms
28 }
29
30 contains(QT_CONFIG, linuxfb): SUBDIRS += linuxfb