aboutsummaryrefslogtreecommitdiffstats
path: root/src/src.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/src.pro b/src/src.pro
new file mode 100644
index 0000000..ed7c34c
--- /dev/null
+++ b/src/src.pro
@@ -0,0 +1,11 @@
+TEMPLATE = subdirs
+CONFIG += ordered
+SUBDIRS += \
+ gamepad \
+ plugins
+
+qtHaveModule(quick) {
+ src_imports.subdir = imports
+ src_imports.depends = gamepad
+ SUBDIRS += src_imports
+}