aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/disabledProduct/disabledProduct.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/testdata/disabledProduct/disabledProduct.qbs')
-rw-r--r--tests/auto/blackbox/testdata/disabledProduct/disabledProduct.qbs4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata/disabledProduct/disabledProduct.qbs b/tests/auto/blackbox/testdata/disabledProduct/disabledProduct.qbs
index 0c44995c7..c57615c10 100644
--- a/tests/auto/blackbox/testdata/disabledProduct/disabledProduct.qbs
+++ b/tests/auto/blackbox/testdata/disabledProduct/disabledProduct.qbs
@@ -3,4 +3,8 @@ import qbs
CppApplication {
condition: false
files: "main.cpp"
+ Group {
+ condition: qbs.targetOS.contains("stuff")
+ qbs.install: false
+ }
}