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.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/plugins/platforms/platforms.pro b/src/plugins/platforms/platforms.pro
new file mode 100644
index 0000000..b68230c
--- /dev/null
+++ b/src/plugins/platforms/platforms.pro
@@ -0,0 +1,11 @@
+TEMPLATE = subdirs
+contains(QT_CONFIG, openvg):contains(QT_CONFIG, egl) {
+ SUBDIRS += openvglite
+}
+
+ SUBDIRS += minimal
+
+#this don't work. but leave it for now
+qpa:x11 {
+ SUBDIRS += testlite
+}