aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2017-04-28 15:11:37 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2017-04-28 14:16:01 +0000
commit985ed0fa89a1bdf5ced4ab0d15bf8b182e722e2d (patch)
treefe95268b59c4f427fab2cd50d5973233941a16b6
parent598044110a5ccdfc18c593644c2ce8de838212e3 (diff)
Fix commandFile autotest on Mac
Change-Id: I44c60b89df55218c0cf15744a9e83e8df653a3ce Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
-rw-r--r--tests/auto/blackbox/testdata/command-file/command-file.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata/command-file/command-file.qbs b/tests/auto/blackbox/testdata/command-file/command-file.qbs
index 09823b152..fb4943fb0 100644
--- a/tests/auto/blackbox/testdata/command-file/command-file.qbs
+++ b/tests/auto/blackbox/testdata/command-file/command-file.qbs
@@ -5,6 +5,7 @@ Project {
name: "theLib"
destinationDirectory: project.buildDirectory
Depends { name: "cpp" }
+ bundle.isBundle: false
files: ["lib.cpp"]
}
CppApplication {