summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/examples.pro')
-rw-r--r--examples/examples.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
new file mode 100644
index 000000000..b24fa4e82
--- /dev/null
+++ b/examples/examples.pro
@@ -0,0 +1,10 @@
+TEMPLATE = subdirs
+CONFIG += ordered
+SUBDIRS += \
+ exampleresources \
+ simple-qml \
+ gltf
+
+# TODO Port the old examples to new APIs
+#SUBDIRS += qt3d
+#qtHaveModule(qml): SUBDIRS += quick3d