• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javaandroidc++linuxc#windowsobjective-ccocoaqtpython誰得phprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisionbaba4f5ec555c7ccf523a0fbe8ccf582058f95cf (tree)
Time2023-01-28 11:53:57
AuthorFs <Fsu0413@vip....>
CommiterFs

Log Message

嘤嘤嘤

Change Summary

Incremental Difference

--- a/Compile/lib/Configuration.lua
+++ b/Compile/lib/Configuration.lua
@@ -489,7 +489,11 @@ conf.Qt.generateConfTable = function(self, host, job)
489489
490490 -- hack for static Qt 6.2 series: they can't be used without workaround of qt.conf
491491 if staticBuild and (string.sub(confDetail.qtVersion, 1, 4) == "6.2.") then
492- ret.EXTRAINSTALL = ret.EXTRAINSTALL .. copyCmd .. scriptPath .. confHost.pathSep .. ".." .. confHost.pathSep .. "qtconf-ForQt6.2Static" .. " " .. installRoot .. confHost.pathSep .. "bin" .. confHost.pathSep .. "qt.conf\n"
492+ local scriptPathNative = scriptPath
493+ if confHost.makefileTemplate == "win" then
494+ scriptPathNative = string.gsub(scriptPath, "%/", "\\")
495+ end
496+ ret.EXTRAINSTALL = ret.EXTRAINSTALL .. copyCmd .. scriptPathNative .. confHost.pathSep .. ".." .. confHost.pathSep .. "qtconf-ForQt6.2Static" .. " " .. installRoot .. confHost.pathSep .. "bin" .. confHost.pathSep .. "qt.conf\n"
493497 end
494498
495499 -- OpenSSL libraries