aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-02-05 17:31:47 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2018-02-05 16:46:56 +0000
commitc916117a1ceaa5fa0f4e4aaf949072a1eeba3510 (patch)
treeb4e3dca9519317c04b3eae182ec27946ca5a71c1 /share
parent1b48f0161754bb3ffa453d3c55a9d9497fd20111 (diff)
Re-add build environment to mingw compiler probe
Was removed in 6655d563c3, but the mingw compiler needs it to locate some libraries. Change-Id: I8b7d9ddb69a719c6a6ef590a680c89327cb360d5 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Diffstat (limited to 'share')
-rw-r--r--share/qbs/modules/cpp/windows-mingw.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/qbs/modules/cpp/windows-mingw.qbs b/share/qbs/modules/cpp/windows-mingw.qbs
index 08788481d..3e3ba409d 100644
--- a/share/qbs/modules/cpp/windows-mingw.qbs
+++ b/share/qbs/modules/cpp/windows-mingw.qbs
@@ -49,6 +49,7 @@ GenericGCC {
windowsApiCharacterSet: "unicode"
platformDefines: base.concat(WindowsUtils.characterSetDefines(windowsApiCharacterSet))
.concat("WIN32")
+ probeEnv: buildEnv
Properties {
condition: product.multiplexByQbsProperties.contains("buildVariants")