aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2014-03-31 14:05:48 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2014-03-31 15:04:40 +0200
commita3e53e5ea4d6ae328bfa58e398ff02cb791b37ad (patch)
tree7f2d3617c85f65b5886b69a9bc4789def94b4fe4
parent9d2354921a02bd6fb9357d5aa89f470dc9772382 (diff)
fix staticLibraryDeps test on OS X
Do not build the project as app bundle. Change-Id: I1af98eb79525c9ff75f061df1452549cc93508c8 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
-rw-r--r--tests/auto/blackbox/testdata/staticLibDeps/dep.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata/staticLibDeps/dep.qbs b/tests/auto/blackbox/testdata/staticLibDeps/dep.qbs
index 06d79a32f..f7d4a98b0 100644
--- a/tests/auto/blackbox/testdata/staticLibDeps/dep.qbs
+++ b/tests/auto/blackbox/testdata/staticLibDeps/dep.qbs
@@ -58,6 +58,7 @@ Project {
}
CppApplication {
name: "staticLibDeps"
+ type: "application"
Depends { name: "e" }