aboutsummaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/examples.pro')
-rw-r--r--examples/examples.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
new file mode 100644
index 0000000..4461e4d
--- /dev/null
+++ b/examples/examples.pro
@@ -0,0 +1,9 @@
+TEMPLATE = subdirs
+
+SUBDIRS += simple \
+ mouseItem
+
+qtHaveModule(quick) {
+ SUBDIRS += quickGamepad \
+ keyNavigation
+}