Revert "Move QWindowSystemInterface out of qpa."
[profile/ivi/qtbase.git] / src / plugins / platforms / platforms.pro
index 681220d..828867c 100644 (file)
@@ -1,32 +1,30 @@
 TEMPLATE = subdirs
 
-#out of source tree plugin setup start
-SUBDIRS += install_rules
-SRCDIRS = \
-    dnd \
-    eglconvenience \
-    fb_base \
-    fontdatabases \
-    glxconvenience \
-    printersupport \
-    wayland
-
-srcdirs.files = $$SRCDIRS
-srcdirs.path = $$[QT_INSTALL_DATA]/platforms
-
-INSTALLS = srcdirs
-#out of source tree plugin setup end
-
 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