aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/cpp/windows-mingw.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'share/qbs/modules/cpp/windows-mingw.qbs')
-rw-r--r--share/qbs/modules/cpp/windows-mingw.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qbs/modules/cpp/windows-mingw.qbs b/share/qbs/modules/cpp/windows-mingw.qbs
index fe9fd4bf8..ffed76cdd 100644
--- a/share/qbs/modules/cpp/windows-mingw.qbs
+++ b/share/qbs/modules/cpp/windows-mingw.qbs
@@ -44,7 +44,7 @@ MingwBaseModule {
property string windresName: "windres" + compilerExtension
property path windresPath: {
- var filePath = toolchainPrefix + windresName;
+ var filePath = toolchainPathPrefix + windresName;
if (!File.exists(filePath))
filePath = FileInfo.joinPaths(toolchainInstallPath, windresName);
return filePath;