aboutsummaryrefslogtreecommitdiffstats
path: root/tutorial/chapter-3/myproject.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial/chapter-3/myproject.qbs')
-rw-r--r--tutorial/chapter-3/myproject.qbs8
1 files changed, 8 insertions, 0 deletions
diff --git a/tutorial/chapter-3/myproject.qbs b/tutorial/chapter-3/myproject.qbs
new file mode 100644
index 000000000..152d6cce5
--- /dev/null
+++ b/tutorial/chapter-3/myproject.qbs
@@ -0,0 +1,8 @@
+Project {
+ name: "My Project"
+ minimumQbsVersion: "2.0"
+ references: [
+ "app/app.qbs",
+ "lib/lib.qbs"
+ ]
+}