• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisionad8bb9ef26fe4e9c0dbabccb9b6d661e70325dbd (tree)
Time2022-08-20 12:22:49
AuthorFs <Fsu0413@vip....>
CommiterFs

Log Message


Change Summary

Incremental Difference

--- a/Compile/lib/qtCompile/conf.lua
+++ b/Compile/lib/qtCompile/conf.lua
@@ -6328,10 +6328,12 @@ for name, value in pairs(conf) do
63286328 value.sourcePackageBaseName = "qt5-kde"
63296329 else
63306330 local qtSourcePackagePrefix = "qt-everywhere-src-"
6331- for _, waVersion in ipairs(Win10SrcPackagePrefixWorkaroundVersions) do
6332- if value.qtVersion == waVersion then
6333- qtSourcePackagePrefix = "qt-src-"
6334- break
6331+ if value.host == "Win10" then
6332+ for _, waVersion in ipairs(Win10SrcPackagePrefixWorkaroundVersions) do
6333+ if value.qtVersion == waVersion then
6334+ qtSourcePackagePrefix = "qt-src-"
6335+ break
6336+ end
63356337 end
63366338 end
63376339