aboutsummaryrefslogtreecommitdiffstats
path: root/tutorial/chapter-6/qbs/imports/MyAutoTest.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial/chapter-6/qbs/imports/MyAutoTest.qbs')
-rw-r--r--tutorial/chapter-6/qbs/imports/MyAutoTest.qbs3
1 files changed, 3 insertions, 0 deletions
diff --git a/tutorial/chapter-6/qbs/imports/MyAutoTest.qbs b/tutorial/chapter-6/qbs/imports/MyAutoTest.qbs
new file mode 100644
index 000000000..ba420e4d2
--- /dev/null
+++ b/tutorial/chapter-6/qbs/imports/MyAutoTest.qbs
@@ -0,0 +1,3 @@
+MyApplication {
+ type: base.concat(["autotest"])
+}