aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/buildproperties_source/bp_source.qbp
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@nokia.com>2012-02-15 15:56:22 +0100
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-02-15 21:57:41 +0100
commit5672fa8fd3bd6b09125d9e143a7bb277cea2e87f (patch)
treec945b6ad76bd8c8f6af8b520cf3ce72ef298d4b5 /tests/auto/blackbox/testdata/buildproperties_source/bp_source.qbp
Long live qbs!
Diffstat (limited to 'tests/auto/blackbox/testdata/buildproperties_source/bp_source.qbp')
-rw-r--r--tests/auto/blackbox/testdata/buildproperties_source/bp_source.qbp16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata/buildproperties_source/bp_source.qbp b/tests/auto/blackbox/testdata/buildproperties_source/bp_source.qbp
new file mode 100644
index 000000000..0d6cb5741
--- /dev/null
+++ b/tests/auto/blackbox/testdata/buildproperties_source/bp_source.qbp
@@ -0,0 +1,16 @@
+import qbs.base 1.0
+
+Project {
+ Product {
+ type: "application"
+ name: "HelloWorld"
+
+ Depends { name: 'cpp' }
+
+ Group {
+ cpp.defines: ['WORLD="BANANA"']
+ files : [ "main.cpp" ]
+ }
+ }
+}
+