summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/platforms.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/platforms/platforms.pro')
-rw-r--r--src/plugins/platforms/platforms.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/plugins/platforms/platforms.pro b/src/plugins/platforms/platforms.pro
index 9d7ae296a9..681220d4d3 100644
--- a/src/plugins/platforms/platforms.pro
+++ b/src/plugins/platforms/platforms.pro
@@ -1,5 +1,22 @@
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) {