summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/legacy.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/platformsupport/legacy.pro')
-rw-r--r--src/platformsupport/legacy.pro32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/platformsupport/legacy.pro b/src/platformsupport/legacy.pro
new file mode 100644
index 0000000000..042f16301d
--- /dev/null
+++ b/src/platformsupport/legacy.pro
@@ -0,0 +1,32 @@
+TARGET = QtPlatformSupport
+MODULE = platformsupport
+
+QT_FOR_CONFIG += gui-private
+CONFIG += static internal_module
+
+SOURCES += legacy.cpp
+
+mods = \
+ accessibility \
+ cgl \
+ clipboard \
+ devicediscovery \
+ egl \
+ eventdispatcher \
+ fb \
+ fontdatabase \
+ glx \
+ graphics \
+ input \
+ linuxaccessibility \
+ platformcompositor \
+ service \
+ theme
+
+for (mod, mods) {
+ mod = $${mod}_support-private
+ qtHaveModule($$mod): \
+ QT += $$mod
+}
+
+load(qt_module)