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