diff --git a/src/tools/windeployqt/main.cpp b/src/tools/windeployqt/main.cpp index dca9132e15b..0115fb6023a 100644 --- a/src/tools/windeployqt/main.cpp +++ b/src/tools/windeployqt/main.cpp @@ -139,7 +139,7 @@ static Platform platformFromMkSpec(const QString &xSpec) return WindowsDesktopClangMsvc; if (xSpec.contains("arm"_L1)) return WindowsDesktopMsvcArm; - if (xSpec.contains("G++"_L1)) + if (xSpec.contains("g++"_L1)) return WindowsDesktopMinGW; return WindowsDesktopMsvc;