aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/disable-product/project.qbs
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2014-05-08 19:04:38 +0200
committerJoerg Bornemann <joerg.bornemann@digia.com>2014-05-08 19:05:16 +0200
commitc14e9d3d56a5fe5820077fde28289e6f2f484026 (patch)
treefa4fdafe6ee9e372a6a79a1bc2cd96384f93c0ac /tests/auto/blackbox/testdata/disable-product/project.qbs
parent9a1f3ab94c64c24a0b4954f4e50bccdb7ba314fc (diff)
parentd203f9b8203dedd08e3588af0c64e1d16e130bf8 (diff)
Merge remote-tracking branch 'origin/1.2'
Diffstat (limited to 'tests/auto/blackbox/testdata/disable-product/project.qbs')
-rw-r--r--tests/auto/blackbox/testdata/disable-product/project.qbs5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata/disable-product/project.qbs b/tests/auto/blackbox/testdata/disable-product/project.qbs
new file mode 100644
index 000000000..3aa7afd50
--- /dev/null
+++ b/tests/auto/blackbox/testdata/disable-product/project.qbs
@@ -0,0 +1,5 @@
+import qbs
+
+Product {
+ // condition: false
+}