aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/lib_subdir/app/app.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/lib_subdir/app/app.qbs')
-rw-r--r--tests/manual/lib_subdir/app/app.qbs10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/manual/lib_subdir/app/app.qbs b/tests/manual/lib_subdir/app/app.qbs
new file mode 100644
index 000000000..4f7e959c5
--- /dev/null
+++ b/tests/manual/lib_subdir/app/app.qbs
@@ -0,0 +1,10 @@
+import qbs.base 1.0
+
+Product {
+ type: "application"
+ name : "HelloWorld"
+ files : [ "main.cpp" ]
+ Depends { name: "cpp" }
+ Depends { name: "lol" }
+}
+