Revert "Move QWindowSystemInterface out of qpa."
[profile/ivi/qtbase.git] / src / plugins / platforms / platforms.pro
index ac001b6..828867c 100644 (file)
@@ -2,16 +2,29 @@ TEMPLATE = subdirs
 
 SUBDIRS += minimal
 
-contains(QT_CONFIG, wayland) {
-    SUBDIRS += wayland
-}
-
 contains(QT_CONFIG, xcb) {
     SUBDIRS += xcb
 }
 
-mac {
-    SUBDIRS += cocoa
-}
+mac:!ios: SUBDIRS += cocoa
 
 win32: SUBDIRS += windows
+
+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