aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/external-libs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2017-04-21 10:21:05 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2017-04-21 09:08:17 +0000
commit96f182fd975c7fe90f4e54de887d04b633c85383 (patch)
tree9b3057e99798fed82cbe1fa3b3e30ee631e21801 /tests/auto/blackbox/testdata/external-libs
parent70ec5b53f979d2e948c5abc89ee466fbbcced026 (diff)
Fix "externalLibs" autotest on Mac
Change-Id: Ib8e751bad51614836b5185f30a6147d158a3777f Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Diffstat (limited to 'tests/auto/blackbox/testdata/external-libs')
-rw-r--r--tests/auto/blackbox/testdata/external-libs/external-libs.qbs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata/external-libs/external-libs.qbs b/tests/auto/blackbox/testdata/external-libs/external-libs.qbs
index 9a5bbdd6b..ff40604b4 100644
--- a/tests/auto/blackbox/testdata/external-libs/external-libs.qbs
+++ b/tests/auto/blackbox/testdata/external-libs/external-libs.qbs
@@ -7,6 +7,7 @@ Project {
name: "lib1"
destinationDirectory: project.libDir
Depends { name: "cpp" }
+ bundle.isBundle: false
files: ["lib1.cpp"]
}
StaticLibrary {
@@ -14,6 +15,7 @@ Project {
destinationDirectory: project.libDir
Depends { name: "cpp" }
Depends { name: "lib1" }
+ bundle.isBundle: false
files: ["lib2.cpp"]
}
// TODO: Remove once we have parameterized dependencies