aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2014-04-30 13:48:29 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2014-04-30 14:48:29 +0200
commitda78b1a89a4445fe0fa76e549e5833bf0b793e41 (patch)
tree4d149943be17580884494e91c0d1be9b0292af17 /tests/auto/blackbox/testdata
parentc1e1176332ccddc01e86aa07a458710053c1e9fa (diff)
Fix crash on product disabling.
Task-number: QBS-561 Change-Id: Ia56280cb26241c7fb9debd0d4ce1349b041405a6 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'tests/auto/blackbox/testdata')
-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
+}