Revert "Move QWindowSystemInterface out of qpa."
[profile/ivi/qtbase.git] / src / plugins / platforms / platforms.pro
index c97c1de..828867c 100644 (file)
@@ -6,12 +6,25 @@ contains(QT_CONFIG, xcb) {
     SUBDIRS += xcb
 }
 
-mac {
-    SUBDIRS += cocoa
-}
+mac:!ios: SUBDIRS += cocoa
 
 win32: SUBDIRS += windows
 
-qnx-*-qcc {
+qnx {
     SUBDIRS += qnx
 }
+
+contains(QT_CONFIG, eglfs) {
+    SUBDIRS += eglfs
+    SUBDIRS += minimalegl
+}
+
+contains(QT_CONFIG, directfb) {
+    SUBDIRS += directfb
+}
+
+contains(QT_CONFIG, kms) {
+    SUBDIRS += kms
+}
+
+contains(QT_CONFIG, linuxfb): SUBDIRS += linuxfb