aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2020-04-28 16:23:59 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2020-04-28 16:23:59 +0200
commit3b364a835d63bbb23fafd02dde9f1d9643f82655 (patch)
treebaee560a0527a8b50173e69c8acb3e730e25eceb /tests/auto/blackbox/testdata
parent4ea8e5acc473d40ae2b6ee9f0c13de479bfd6d37 (diff)
parent42994febafe0f0f2d2d3a1bfeffa33b854f22132 (diff)
Merge 1.16 into master
Diffstat (limited to 'tests/auto/blackbox/testdata')
-rw-r--r--tests/auto/blackbox/testdata/install-locations/install-locations.qbs3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata/install-locations/install-locations.qbs b/tests/auto/blackbox/testdata/install-locations/install-locations.qbs
index 4ad37c498..c5d07077f 100644
--- a/tests/auto/blackbox/testdata/install-locations/install-locations.qbs
+++ b/tests/auto/blackbox/testdata/install-locations/install-locations.qbs
@@ -6,6 +6,9 @@ Project {
console.info("is mac");
else
console.info("is unix");
+
+ if (qbs.toolchain.contains("mingw"))
+ console.info("is mingw");
}
CppApplication {
name: "theapp"