aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/makefile-generator
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-05-09 15:27:57 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2018-05-14 08:34:52 +0000
commitb9a1173d3b3677416295c4739aa53d35365fa0e1 (patch)
tree83f8d09aa857e5684713d7c896eb6c811394c31f /tests/auto/blackbox/testdata/makefile-generator
parentb29168f50c9b57c229364fccd25f20ed9b2a01c7 (diff)
Fix makefileGenerator() autotest on macOS
Change-Id: I7ef04109d22956bf7d6d63dd0f5f4cda87245561 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'tests/auto/blackbox/testdata/makefile-generator')
-rw-r--r--tests/auto/blackbox/testdata/makefile-generator/app.qbs7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata/makefile-generator/app.qbs b/tests/auto/blackbox/testdata/makefile-generator/app.qbs
index 16981005a..c1fb89a11 100644
--- a/tests/auto/blackbox/testdata/makefile-generator/app.qbs
+++ b/tests/auto/blackbox/testdata/makefile-generator/app.qbs
@@ -3,6 +3,13 @@ import qbs
CppApplication {
name: "the app"
consoleApplication: true
+
+ cpp.separateDebugInformation: false
+ Properties {
+ condition: qbs.targetOS.contains("macos")
+ bundle.embedInfoPlist: false
+ }
+
files: "main.cpp"
qbs.installPrefix: "/usr/local"
Group {