We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f82be4 commit e445455Copy full SHA for e445455
xmake/modules/detect/sdks/find_qt.lua
@@ -132,7 +132,7 @@ end
132
-- find qmake
133
function _find_qmake(sdkdir, sdkver)
134
local sdkdir, qmakefile = _find_sdkdir(sdkdir, sdkver)
135
- local qmake = find_tool(qmakefile, {paths = sdkdir and path.join(sdkdir, "bin")})
+ local qmake = find_tool(qmakefile or "qmake", {paths = sdkdir and path.join(sdkdir, "bin")})
136
if qmake then
137
return qmake.program
138
end
0 commit comments