aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/command-file/command-file.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/testdata/command-file/command-file.qbs')
-rw-r--r--tests/auto/blackbox/testdata/command-file/command-file.qbs5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/auto/blackbox/testdata/command-file/command-file.qbs b/tests/auto/blackbox/testdata/command-file/command-file.qbs
index fb4943fb0..fb46a0712 100644
--- a/tests/auto/blackbox/testdata/command-file/command-file.qbs
+++ b/tests/auto/blackbox/testdata/command-file/command-file.qbs
@@ -5,7 +5,10 @@ Project {
name: "theLib"
destinationDirectory: project.buildDirectory
Depends { name: "cpp" }
- bundle.isBundle: false
+ Properties {
+ condition: qbs.targetOS.contains("darwin")
+ bundle.isBundle: false
+ }
files: ["lib.cpp"]
}
CppApplication {