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