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