• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

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

Commit MetaInfo

Revision41cfce4e946c336302132ecf317274f2c284ed8f (tree)
Zeit2024-04-18 21:37:07
AutorFs <Fsu0413@vip....>
CommiterFs

Log Message

6.2.8

Ändern Zusammenfassung

Diff

--- a/Compile/lib/Configuration.lua
+++ b/Compile/lib/Configuration.lua
@@ -42,8 +42,8 @@ conf.host.win = {
4242 ["MinGWLLVM-ucrt16-64"] = {"D:\\mingw-w64\\llvm-mingw-20230614-ucrt-x86_64\\x86_64-w64-mingw32\\bin", "D:\\mingw-w64\\llvm-mingw-20230614-ucrt-x86_64\\bin"},
4343 ["MinGWLLVM-msvcrt17-64"] = {"D:\\mingw-w64\\llvm-mingw-20231128-msvcrt-x86_64\\x86_64-w64-mingw32\\bin", "D:\\mingw-w64\\llvm-mingw-20231128-msvcrt-x86_64\\bin"},
4444 ["MinGWLLVM-ucrt17-64"] = {"D:\\mingw-w64\\llvm-mingw-20231128-ucrt-x86_64\\x86_64-w64-mingw32\\bin", "D:\\mingw-w64\\llvm-mingw-20231128-ucrt-x86_64\\bin"},
45- ["MinGWLLVM-msvcrt18-64"] = {"D:\\mingw-w64\\llvm-mingw-20240404-msvcrt-x86_64\\x86_64-w64-mingw32\\bin", "D:\\mingw-w64\\llvm-mingw-20240404-msvcrt-x86_64\\bin"},
46- ["MinGWLLVM-ucrt18-64"] = {"D:\\mingw-w64\\llvm-mingw-20240404-ucrt-x86_64\\x86_64-w64-mingw32\\bin", "D:\\mingw-w64\\llvm-mingw-20240404-ucrt-x86_64\\bin"},
45+ ["MinGWLLVM-msvcrt18-64"] = {"D:\\mingw-w64\\llvm-mingw-20240417-msvcrt-x86_64\\x86_64-w64-mingw32\\bin", "D:\\mingw-w64\\llvm-mingw-20240417-msvcrt-x86_64\\bin"},
46+ ["MinGWLLVM-ucrt18-64"] = {"D:\\mingw-w64\\llvm-mingw-20240417-ucrt-x86_64\\x86_64-w64-mingw32\\bin", "D:\\mingw-w64\\llvm-mingw-20240417-ucrt-x86_64\\bin"},
4747 },
4848 ["sourcePackagePath"] = "D:\\Qt\\",
4949 ["buildRootPath"] = "D:\\Qt\\", -- On Windows, the build root should be same with source package
@@ -135,8 +135,8 @@ conf.host.msys = {
135135 ["MinGWLLVM-ucrt16-64"] = {"/d/mingw-w64/llvm-mingw-20230614-ucrt-x86_64/x86_64-w64-mingw32/bin", "/d/mingw-w64/llvm-mingw-20230614-ucrt-x86_64/bin"},
136136 ["MinGWLLVM-msvcrt17-64"] = {"/d/mingw-w64/llvm-mingw-20231128-msvcrt-x86_64/x86_64-w64-mingw32/bin", "/d/mingw-w64/llvm-mingw-20231128-msvcrt-x86_64/bin"},
137137 ["MinGWLLVM-ucrt17-64"] = {"/d/mingw-w64/llvm-mingw-20231128-ucrt-x86_64/x86_64-w64-mingw32/bin", "/d/mingw-w64/llvm-mingw-20231128-ucrt-x86_64/bin"},
138- ["MinGWLLVM-msvcrt18-64"] = {"/d/mingw-w64/llvm-mingw-20240404-msvcrt-x86_64/x86_64-w64-mingw32/bin", "/d/mingw-w64/llvm-mingw-20240404-msvcrt-x86_64/bin"},
139- ["MinGWLLVM-ucrt18-64"] = {"/d/mingw-w64/llvm-mingw-20240404-ucrt-x86_64/x86_64-w64-mingw32/bin", "/d/mingw-w64/llvm-mingw-20240404-ucrt-x86_64/bin"},
138+ ["MinGWLLVM-msvcrt18-64"] = {"/d/mingw-w64/llvm-mingw-20240417-msvcrt-x86_64/x86_64-w64-mingw32/bin", "/d/mingw-w64/llvm-mingw-20240417-msvcrt-x86_64/bin"},
139+ ["MinGWLLVM-ucrt18-64"] = {"/d/mingw-w64/llvm-mingw-20240417-ucrt-x86_64/x86_64-w64-mingw32/bin", "/d/mingw-w64/llvm-mingw-20240417-ucrt-x86_64/bin"},
140140 },
141141 ["sourcePackagePath"] = "/d/Qt/",
142142 ["androidNdkPath"] = {
--- a/Compile/lib/mariadbCompile/conf.lua
+++ b/Compile/lib/mariadbCompile/conf.lua
@@ -34,6 +34,8 @@ abbrs:
3434 u6: LLVM/Clang based MinGW-w64, ucrt, with LLVM 16
3535 s7: LLVM/Clang based MinGW-w64, msvcrt, with LLVM 17
3636 u7: LLVM/Clang based MinGW-w64, ucrt, with LLVM 17
37+ s8: LLVM/Clang based MinGW-w64, msvcrt, with LLVM 18
38+ u8: LLVM/Clang based MinGW-w64, ucrt, with LLVM 18
3739 If omitted, it use a toolchain in default PATH, which should be AppleClang in macOS, or GCC in Linux.
3840 ]]
3941
--- a/Compile/lib/opensslCompile/conf.lua
+++ b/Compile/lib/opensslCompile/conf.lua
@@ -33,6 +33,8 @@ abbrs:
3333 u6: LLVM/Clang based MinGW-w64, ucrt, with LLVM 16
3434 s7: LLVM/Clang based MinGW-w64, msvcrt, with LLVM 17
3535 u7: LLVM/Clang based MinGW-w64, ucrt, with LLVM 17
36+ s8: LLVM/Clang based MinGW-w64, msvcrt, with LLVM 18
37+ u8: LLVM/Clang based MinGW-w64, ucrt, with LLVM 18
3638 nV21: Android NDK r21e/Previous LTS
3739 nV23: Android NDK r23c/Previous LTS
3840 nV25: Android NDK r25c/Previous LTS
--- a/Compile/lib/qtCompile/conf.lua
+++ b/Compile/lib/qtCompile/conf.lua
@@ -5,7 +5,7 @@ local conf = {}
55 abbrs:
66 Qt Versions:
77 q5_15: Qt 5.15.13/Previous Qt 5 LTS w/ latest QtWebEngine and latest QtScript
8- q6_2: Qt 6.2.7/Previous Qt 6 LTS w/o QtWebEngine
8+ q6_2: Qt 6.2.8/Previous Qt 6 LTS w/o QtWebEngine
99 q6_5: Qt 6.5.3/Latest Qt 6 LTS
1010 If prefixed with a lower-case "m", it is a modified Qt version
1111
@@ -41,6 +41,8 @@ abbrs:
4141 u6: LLVM/Clang based MinGW-w64, ucrt, with LLVM 16
4242 s7: LLVM/Clang based MinGW-w64, msvcrt, with LLVM 17
4343 u7: LLVM/Clang based MinGW-w64, ucrt, with LLVM 17
44+ s8: LLVM/Clang based MinGW-w64, msvcrt, with LLVM 18
45+ u8: LLVM/Clang based MinGW-w64, ucrt, with LLVM 18
4446 nV21: Android NDK r21e/Previous LTS
4547 nV23: Android NDK r23c/Previous LTS
4648 nV25: Android NDK r25c/Previous LTS
@@ -2031,8 +2033,8 @@ conf.q5_15ma6_W = {
20312033 --------------------------------------------------------------------
20322034
20332035 conf.q6_2wx6v9 = {
2034- name = "Qt6.2.7-Windows-x86_64-VS2019-&HOSTTOOLVERSION&",
2035- qtVersion = "6.2.7",
2036+ name = "Qt6.2.8-Windows-x86_64-VS2019-&HOSTTOOLVERSION&",
2037+ qtVersion = "6.2.8",
20362038 host = "Win10",
20372039 toolchain = "MSVC2019-64",
20382040 opensslConf = "o3_0wx6v9",
@@ -2070,8 +2072,8 @@ conf.q6_2wx6v9 = {
20702072 }
20712073
20722074 conf.q6_2wx6v9sf = {
2073- name = "Qt6.2.7-Windows-x86_64-VS2019-&HOSTTOOLVERSION&-staticFull",
2074- qtVersion = "6.2.7",
2075+ name = "Qt6.2.8-Windows-x86_64-VS2019-&HOSTTOOLVERSION&-staticFull",
2076+ qtVersion = "6.2.8",
20752077 host = "Win10",
20762078 toolchain = "MSVC2019-64",
20772079 variant = {"-static(Full)"},
@@ -2108,8 +2110,8 @@ conf.q6_2wx6v9sf = {
21082110 }
21092111
21102112 conf.q6_2wx6v2 = {
2111- name = "Qt6.2.7-Windows-x86_64-VS2022-&HOSTTOOLVERSION&",
2112- qtVersion = "6.2.7",
2113+ name = "Qt6.2.8-Windows-x86_64-VS2022-&HOSTTOOLVERSION&",
2114+ qtVersion = "6.2.8",
21132115 host = "Win10",
21142116 toolchain = "MSVC2022-64",
21152117 opensslConf = "o3_0wx6v2",
@@ -2147,8 +2149,8 @@ conf.q6_2wx6v2 = {
21472149 }
21482150
21492151 conf.q6_2wa6v2 = {
2150- name = "Qt6.2.7-Windows-arm64-VS2022-&HOSTTOOLVERSION&",
2151- qtVersion = "6.2.7",
2152+ name = "Qt6.2.8-Windows-arm64-VS2022-&HOSTTOOLVERSION&",
2153+ qtVersion = "6.2.8",
21522154 host = "Win10Arm",
21532155 toolchain = "MSVC2022-arm64",
21542156 opensslConf = "o3_0wa6v2",
@@ -2186,8 +2188,8 @@ conf.q6_2wa6v2 = {
21862188 }
21872189
21882190 conf.q6_2wx6g1 = {
2189- name = "Qt6.2.7-Windows-x86_64-MinGW&HOSTTOOLVERSION&",
2190- qtVersion = "6.2.7",
2191+ name = "Qt6.2.8-Windows-x86_64-MinGW&HOSTTOOLVERSION&",
2192+ qtVersion = "6.2.8",
21912193 host = "Win10",
21922194 toolchain = "MinGW1120-64",
21932195 opensslConf = "o3_0wx6g1",
@@ -2224,8 +2226,8 @@ conf.q6_2wx6g1 = {
22242226 }
22252227
22262228 conf.q6_2wx6g1st = {
2227- name = "Qt6.2.7-Windows-x86_64-MinGW&HOSTTOOLVERSION&-static",
2228- qtVersion = "6.2.7",
2229+ name = "Qt6.2.8-Windows-x86_64-MinGW&HOSTTOOLVERSION&-static",
2230+ qtVersion = "6.2.8",
22292231 host = "Win10",
22302232 toolchain = "MinGW1120-64",
22312233 variant = {"-static(Lite)"},
@@ -2280,8 +2282,8 @@ conf.q6_2wx6g1st = {
22802282 }
22812283
22822284 conf.q6_2wx6g1sf = {
2283- name = "Qt6.2.7-Windows-x86_64-MinGW&HOSTTOOLVERSION&-staticFull",
2284- qtVersion = "6.2.7",
2285+ name = "Qt6.2.8-Windows-x86_64-MinGW&HOSTTOOLVERSION&-staticFull",
2286+ qtVersion = "6.2.8",
22852287 host = "Win10",
22862288 toolchain = "MinGW1120-64",
22872289 variant = {"-static(Full)"},
@@ -2319,8 +2321,8 @@ conf.q6_2wx6g1sf = {
23192321 }
23202322
23212323 conf.q6_2wx6p2 = {
2322- name = "Qt6.2.7-Windows-x86_64-MinGW&HOSTTOOLVERSION&-ucrt",
2323- qtVersion = "6.2.7",
2324+ name = "Qt6.2.8-Windows-x86_64-MinGW&HOSTTOOLVERSION&-ucrt",
2325+ qtVersion = "6.2.8",
23242326 host = "Win10",
23252327 toolchain = "MinGW122u-64",
23262328 opensslConf = "o3_0wx6p2",
@@ -2357,8 +2359,8 @@ conf.q6_2wx6p2 = {
23572359 }
23582360
23592361 conf.q6_2wx6g2 = {
2360- name = "Qt6.2.7-Windows-x86_64-MinGW&HOSTTOOLVERSION&-msvcrt",
2361- qtVersion = "6.2.7",
2362+ name = "Qt6.2.8-Windows-x86_64-MinGW&HOSTTOOLVERSION&-msvcrt",
2363+ qtVersion = "6.2.8",
23622364 host = "Win10",
23632365 toolchain = "MinGW1220-64",
23642366 opensslConf = "o3_0wx6g2",
@@ -2395,8 +2397,8 @@ conf.q6_2wx6g2 = {
23952397 }
23962398
23972399 conf.q6_2wx6p3 = {
2398- name = "Qt6.2.7-Windows-x86_64-MinGW&HOSTTOOLVERSION&-ucrt",
2399- qtVersion = "6.2.7",
2400+ name = "Qt6.2.8-Windows-x86_64-MinGW&HOSTTOOLVERSION&-ucrt",
2401+ qtVersion = "6.2.8",
24002402 host = "Win10",
24012403 toolchain = "MinGW132u-64",
24022404 opensslConf = "o3_0wx6p3",
@@ -2433,8 +2435,8 @@ conf.q6_2wx6p3 = {
24332435 }
24342436
24352437 conf.q6_2wx6g3 = {
2436- name = "Qt6.2.7-Windows-x86_64-MinGW&HOSTTOOLVERSION&-msvcrt",
2437- qtVersion = "6.2.7",
2438+ name = "Qt6.2.8-Windows-x86_64-MinGW&HOSTTOOLVERSION&-msvcrt",
2439+ qtVersion = "6.2.8",
24382440 host = "Win10",
24392441 toolchain = "MinGW1320-64",
24402442 opensslConf = "o3_0wx6g3",
@@ -2471,8 +2473,8 @@ conf.q6_2wx6g3 = {
24712473 }
24722474
24732475 conf.q6_2wx6u6 = {
2474- name = "Qt6.2.7-Windows-x86_64-llvm-mingw-&HOSTTOOLVERSION&-ucrt",
2475- qtVersion = "6.2.7",
2476+ name = "Qt6.2.8-Windows-x86_64-llvm-mingw-&HOSTTOOLVERSION&-ucrt",
2477+ qtVersion = "6.2.8",
24762478 host = "Win10",
24772479 toolchain = "MinGWLLVM-ucrt16-64",
24782480 opensslConf = "o3_0wx6u6",
@@ -2513,8 +2515,8 @@ conf.q6_2wx6u6 = {
25132515 }
25142516
25152517 conf.q6_2wx6s6 = {
2516- name = "Qt6.2.7-Windows-x86_64-llvm-mingw-&HOSTTOOLVERSION&-msvcrt",
2517- qtVersion = "6.2.7",
2518+ name = "Qt6.2.8-Windows-x86_64-llvm-mingw-&HOSTTOOLVERSION&-msvcrt",
2519+ qtVersion = "6.2.8",
25182520 host = "Win10",
25192521 toolchain = "MinGWLLVM-msvcrt16-64",
25202522 opensslConf = "o3_0wx6s6",
@@ -2555,8 +2557,8 @@ conf.q6_2wx6s6 = {
25552557 }
25562558
25572559 conf.q6_2wx6u7 = {
2558- name = "Qt6.2.7-Windows-x86_64-llvm-mingw-&HOSTTOOLVERSION&-ucrt",
2559- qtVersion = "6.2.7",
2560+ name = "Qt6.2.8-Windows-x86_64-llvm-mingw-&HOSTTOOLVERSION&-ucrt",
2561+ qtVersion = "6.2.8",
25602562 host = "Win10",
25612563 toolchain = "MinGWLLVM-ucrt17-64",
25622564 opensslConf = "o3_0wx6u7",
@@ -2597,8 +2599,8 @@ conf.q6_2wx6u7 = {
25972599 }
25982600
25992601 conf.q6_2wx6s7 = {
2600- name = "Qt6.2.7-Windows-x86_64-llvm-mingw-&HOSTTOOLVERSION&-msvcrt",
2601- qtVersion = "6.2.7",
2602+ name = "Qt6.2.8-Windows-x86_64-llvm-mingw-&HOSTTOOLVERSION&-msvcrt",
2603+ qtVersion = "6.2.8",
26022604 host = "Win10",
26032605 toolchain = "MinGWLLVM-msvcrt17-64",
26042606 opensslConf = "o3_0wx6s7",
@@ -2639,8 +2641,8 @@ conf.q6_2wx6s7 = {
26392641 }
26402642
26412643 conf.q6_2wx6u8 = {
2642- name = "Qt6.2.7-Windows-x86_64-llvm-mingw-&HOSTTOOLVERSION&-ucrt",
2643- qtVersion = "6.2.7",
2644+ name = "Qt6.2.8-Windows-x86_64-llvm-mingw-&HOSTTOOLVERSION&-ucrt",
2645+ qtVersion = "6.2.8",
26442646 host = "Win10",
26452647 toolchain = "MinGWLLVM-ucrt18-64",
26462648 opensslConf = "o3_0wx6u8",
@@ -2681,8 +2683,8 @@ conf.q6_2wx6u8 = {
26812683 }
26822684
26832685 conf.q6_2wx6s8 = {
2684- name = "Qt6.2.7-Windows-x86_64-llvm-mingw-&HOSTTOOLVERSION&-msvcrt",
2685- qtVersion = "6.2.7",
2686+ name = "Qt6.2.8-Windows-x86_64-llvm-mingw-&HOSTTOOLVERSION&-msvcrt",
2687+ qtVersion = "6.2.8",
26862688 host = "Win10",
26872689 toolchain = "MinGWLLVM-msvcrt18-64",
26882690 opensslConf = "o3_0wx6s8",
@@ -2723,8 +2725,8 @@ conf.q6_2wx6s8 = {
27232725 }
27242726
27252727 conf.q6_2lx6st = {
2726- name = "Qt6.2.7-Linux-x86_64-gcc&HOSTTOOLVERSION&-static",
2727- qtVersion = "6.2.7",
2728+ name = "Qt6.2.8-Linux-x86_64-gcc&HOSTTOOLVERSION&-static",
2729+ qtVersion = "6.2.8",
27282730 host = "CentOS8",
27292731 variant = {"-static(Lite)"},
27302732 useCMake = "27",
@@ -2776,8 +2778,8 @@ conf.q6_2lx6st = {
27762778 }
27772779
27782780 conf.q6_2mal = {
2779- name = "Qt6.2.7-macOS-Universal-AppleClang&HOSTTOOLVERSION&",
2780- qtVersion = "6.2.7",
2781+ name = "Qt6.2.8-macOS-Universal-AppleClang&HOSTTOOLVERSION&",
2782+ qtVersion = "6.2.8",
27812783 host = "macOSM1",
27822784 opensslConf = "o3_0mal",
27832785 mysqlConf = "m3_3mal",
@@ -2822,8 +2824,8 @@ conf.q6_2mal = {
28222824 }
28232825
28242826 conf.q6_2malnf = {
2825- name = "Qt6.2.7-macOS-Universal-AppleClang&HOSTTOOLVERSION&-noFramework",
2826- qtVersion = "6.2.7",
2827+ name = "Qt6.2.8-macOS-Universal-AppleClang&HOSTTOOLVERSION&-noFramework",
2828+ qtVersion = "6.2.8",
28272829 host = "macOSM1",
28282830 variant = {"-no-framework"},
28292831 opensslConf = "o3_0mal",
@@ -2869,8 +2871,8 @@ conf.q6_2malnf = {
28692871 }
28702872
28712873 conf.q6_2malst = {
2872- name = "Qt6.2.7-macOS-Universal-AppleClang&HOSTTOOLVERSION&-static",
2873- qtVersion = "6.2.7",
2874+ name = "Qt6.2.8-macOS-Universal-AppleClang&HOSTTOOLVERSION&-static",
2875+ qtVersion = "6.2.8",
28742876 host = "macOSM1",
28752877 variant = {"-static(Lite)"},
28762878 useCMake = "27",
@@ -2923,8 +2925,8 @@ conf.q6_2malst = {
29232925 }
29242926
29252927 conf.q6_2malsf = {
2926- name = "Qt6.2.7-macOS-Universal-AppleClang&HOSTTOOLVERSION&-staticFull",
2927- qtVersion = "6.2.7",
2928+ name = "Qt6.2.8-macOS-Universal-AppleClang&HOSTTOOLVERSION&-staticFull",
2929+ qtVersion = "6.2.8",
29282930 host = "macOSM1",
29292931 variant = {"-static(Full)"},
29302932 opensslConf = "o3_0mal",
@@ -2960,8 +2962,8 @@ conf.q6_2malsf = {
29602962 }
29612963
29622964 conf.q6_2wx6g1_aa3nV23 = {
2963- name = "Qt6.2.7-Android-arm-Clang-NDKr23c-xWindows-x86_64-MinGW&HOSTTOOLVERSION&",
2964- qtVersion = "6.2.7",
2965+ name = "Qt6.2.8-Android-arm-Clang-NDKr23c-xWindows-x86_64-MinGW&HOSTTOOLVERSION&",
2966+ qtVersion = "6.2.8",
29652967 host = "Win10",
29662968 target = "Android-24",
29672969 toolchain = "MinGW1120-64",
@@ -2999,8 +3001,8 @@ conf.q6_2wx6g1_aa3nV23 = {
29993001 }
30003002
30013003 conf.q6_2wx6g1_aa6nV23 = {
3002- name = "Qt6.2.7-Android-arm64-Clang-NDKr23c-xWindows-x86_64-MinGW&HOSTTOOLVERSION&",
3003- qtVersion = "6.2.7",
3004+ name = "Qt6.2.8-Android-arm64-Clang-NDKr23c-xWindows-x86_64-MinGW&HOSTTOOLVERSION&",
3005+ qtVersion = "6.2.8",
30043006 host = "Win10",
30053007 target = "Android-24",
30063008 toolchain = "MinGW1120-64",
@@ -3038,8 +3040,8 @@ conf.q6_2wx6g1_aa6nV23 = {
30383040 }
30393041
30403042 conf.q6_2wx6g1_ax3nV23 = {
3041- name = "Qt6.2.7-Android-x86-Clang-NDKr23c-xWindows-x86_64-MinGW&HOSTTOOLVERSION&",
3042- qtVersion = "6.2.7",
3043+ name = "Qt6.2.8-Android-x86-Clang-NDKr23c-xWindows-x86_64-MinGW&HOSTTOOLVERSION&",
3044+ qtVersion = "6.2.8",
30433045 host = "Win10",
30443046 target = "Android-24",
30453047 toolchain = "MinGW1120-64",
@@ -3077,8 +3079,8 @@ conf.q6_2wx6g1_ax3nV23 = {
30773079 }
30783080
30793081 conf.q6_2wx6g1_ax6nV23 = {
3080- name = "Qt6.2.7-Android-x86_64-Clang-NDKr23c-xWindows-x86_64-MinGW&HOSTTOOLVERSION&",
3081- qtVersion = "6.2.7",
3082+ name = "Qt6.2.8-Android-x86_64-Clang-NDKr23c-xWindows-x86_64-MinGW&HOSTTOOLVERSION&",
3083+ qtVersion = "6.2.8",
30823084 host = "Win10",
30833085 target = "Android-24",
30843086 toolchain = "MinGW1120-64",
@@ -3116,8 +3118,8 @@ conf.q6_2wx6g1_ax6nV23 = {
31163118 }
31173119
31183120 conf.q6_2lx6_aa3nV23 = {
3119- name = "Qt6.2.7-Android-arm-Clang-NDKr23c-xLinux-x86_64-gcc&HOSTTOOLVERSION&",
3120- qtVersion = "6.2.7",
3121+ name = "Qt6.2.8-Android-arm-Clang-NDKr23c-xLinux-x86_64-gcc&HOSTTOOLVERSION&",
3122+ qtVersion = "6.2.8",
31213123 host = "CentOS8",
31223124 target = "Android-24",
31233125 toolchainT = "Android-24-r23c-arm",
@@ -3153,8 +3155,8 @@ conf.q6_2lx6_aa3nV23 = {
31533155 }
31543156
31553157 conf.q6_2lx6_aa6nV23 = {
3156- name = "Qt6.2.7-Android-arm64-Clang-NDKr23c-xLinux-x86_64-gcc&HOSTTOOLVERSION&",
3157- qtVersion = "6.2.7",
3158+ name = "Qt6.2.8-Android-arm64-Clang-NDKr23c-xLinux-x86_64-gcc&HOSTTOOLVERSION&",
3159+ qtVersion = "6.2.8",
31583160 host = "CentOS8",
31593161 target = "Android-24",
31603162 toolchainT = "Android-24-r23c-arm64",
@@ -3190,8 +3192,8 @@ conf.q6_2lx6_aa6nV23 = {
31903192 }
31913193
31923194 conf.q6_2lx6_ax3nV23 = {
3193- name = "Qt6.2.7-Android-x86-Clang-NDKr23c-xLinux-x86_64-gcc&HOSTTOOLVERSION&",
3194- qtVersion = "6.2.7",
3195+ name = "Qt6.2.8-Android-x86-Clang-NDKr23c-xLinux-x86_64-gcc&HOSTTOOLVERSION&",
3196+ qtVersion = "6.2.8",
31953197 host = "CentOS8",
31963198 target = "Android-24",
31973199 toolchainT = "Android-24-r23c-x86",
@@ -3227,8 +3229,8 @@ conf.q6_2lx6_ax3nV23 = {
32273229 }
32283230
32293231 conf.q6_2lx6_ax6nV23 = {
3230- name = "Qt6.2.7-Android-x86_64-Clang-NDKr23c-xLinux-x86_64-gcc&HOSTTOOLVERSION&",
3231- qtVersion = "6.2.7",
3232+ name = "Qt6.2.8-Android-x86_64-Clang-NDKr23c-xLinux-x86_64-gcc&HOSTTOOLVERSION&",
3233+ qtVersion = "6.2.8",
32323234 host = "CentOS8",
32333235 target = "Android-24",
32343236 toolchainT = "Android-24-r23c-x86_64",
@@ -3264,8 +3266,8 @@ conf.q6_2lx6_ax6nV23 = {
32643266 }
32653267
32663268 conf.q6_2mal_aa3nV23 = {
3267- name = "Qt6.2.7-Android-arm-Clang-NDKr23c-xmacOS-Universal-AppleClang&HOSTTOOLVERSION&",
3268- qtVersion = "6.2.7",
3269+ name = "Qt6.2.8-Android-arm-Clang-NDKr23c-xmacOS-Universal-AppleClang&HOSTTOOLVERSION&",
3270+ qtVersion = "6.2.8",
32693271 host = "macOSM1",
32703272 target = "Android-24",
32713273 toolchainT = "Android-24-r23c-arm",
@@ -3301,8 +3303,8 @@ conf.q6_2mal_aa3nV23 = {
33013303 }
33023304
33033305 conf.q6_2mal_aa6nV23 = {
3304- name = "Qt6.2.7-Android-arm64-Clang-NDKr23c-xmacOS-Universal-AppleClang&HOSTTOOLVERSION&",
3305- qtVersion = "6.2.7",
3306+ name = "Qt6.2.8-Android-arm64-Clang-NDKr23c-xmacOS-Universal-AppleClang&HOSTTOOLVERSION&",
3307+ qtVersion = "6.2.8",
33063308 host = "macOSM1",
33073309 target = "Android-24",
33083310 toolchainT = "Android-24-r23c-arm64",
@@ -3338,8 +3340,8 @@ conf.q6_2mal_aa6nV23 = {
33383340 }
33393341
33403342 conf.q6_2mal_ax3nV23 = {
3341- name = "Qt6.2.7-Android-x86-Clang-NDKr23c-xmacOS-Universal-AppleClang&HOSTTOOLVERSION&",
3342- qtVersion = "6.2.7",
3343+ name = "Qt6.2.8-Android-x86-Clang-NDKr23c-xmacOS-Universal-AppleClang&HOSTTOOLVERSION&",
3344+ qtVersion = "6.2.8",
33433345 host = "macOSM1",
33443346 target = "Android-24",
33453347 toolchainT = "Android-24-r23c-x86",
@@ -3375,8 +3377,8 @@ conf.q6_2mal_ax3nV23 = {
33753377 }
33763378
33773379 conf.q6_2mal_ax6nV23 = {
3378- name = "Qt6.2.7-Android-x86_64-Clang-NDKr23c-xmacOS-Universal-AppleClang&HOSTTOOLVERSION&",
3379- qtVersion = "6.2.7",
3380+ name = "Qt6.2.8-Android-x86_64-Clang-NDKr23c-xmacOS-Universal-AppleClang&HOSTTOOLVERSION&",
3381+ qtVersion = "6.2.8",
33803382 host = "macOSM1",
33813383 target = "Android-24",
33823384 toolchainT = "Android-24-r23c-x86_64",
@@ -3412,8 +3414,8 @@ conf.q6_2mal_ax6nV23 = {
34123414 }
34133415
34143416 conf.q6_2wx6g1_aa3nV25 = {
3415- name = "Qt6.2.7-Android-arm-Clang-NDKr25c-xWindows-x86_64-MinGW&HOSTTOOLVERSION&",
3416- qtVersion = "6.2.7",
3417+ name = "Qt6.2.8-Android-arm-Clang-NDKr25c-xWindows-x86_64-MinGW&HOSTTOOLVERSION&",
3418+ qtVersion = "6.2.8",
34173419 host = "Win10",
34183420 target = "Android-24",
34193421 toolchain = "MinGW1120-64",
@@ -3451,8 +3453,8 @@ conf.q6_2wx6g1_aa3nV25 = {
34513453 }
34523454
34533455 conf.q6_2wx6g1_aa6nV25 = {
3454- name = "Qt6.2.7-Android-arm64-Clang-NDKr25c-xWindows-x86_64-MinGW&HOSTTOOLVERSION&",
3455- qtVersion = "6.2.7",
3456+ name = "Qt6.2.8-Android-arm64-Clang-NDKr25c-xWindows-x86_64-MinGW&HOSTTOOLVERSION&",
3457+ qtVersion = "6.2.8",
34563458 host = "Win10",
34573459 target = "Android-24",
34583460 toolchain = "MinGW1120-64",
@@ -3490,8 +3492,8 @@ conf.q6_2wx6g1_aa6nV25 = {
34903492 }
34913493
34923494 conf.q6_2wx6g1_ax3nV25 = {
3493- name = "Qt6.2.7-Android-x86-Clang-NDKr25c-xWindows-x86_64-MinGW&HOSTTOOLVERSION&",
3494- qtVersion = "6.2.7",
3495+ name = "Qt6.2.8-Android-x86-Clang-NDKr25c-xWindows-x86_64-MinGW&HOSTTOOLVERSION&",
3496+ qtVersion = "6.2.8",
34953497 host = "Win10",
34963498 target = "Android-24",
34973499 toolchain = "MinGW1120-64",
@@ -3529,8 +3531,8 @@ conf.q6_2wx6g1_ax3nV25 = {
35293531 }
35303532
35313533 conf.q6_2wx6g1_ax6nV25 = {
3532- name = "Qt6.2.7-Android-x86_64-Clang-NDKr25c-xWindows-x86_64-MinGW&HOSTTOOLVERSION&",
3533- qtVersion = "6.2.7",
3534+ name = "Qt6.2.8-Android-x86_64-Clang-NDKr25c-xWindows-x86_64-MinGW&HOSTTOOLVERSION&",
3535+ qtVersion = "6.2.8",
35343536 host = "Win10",
35353537 target = "Android-24",
35363538 toolchain = "MinGW1120-64",
@@ -3568,8 +3570,8 @@ conf.q6_2wx6g1_ax6nV25 = {
35683570 }
35693571
35703572 conf.q6_2lx6_aa3nV25 = {
3571- name = "Qt6.2.7-Android-arm-Clang-NDKr25c-xLinux-x86_64-gcc&HOSTTOOLVERSION&",
3572- qtVersion = "6.2.7",
3573+ name = "Qt6.2.8-Android-arm-Clang-NDKr25c-xLinux-x86_64-gcc&HOSTTOOLVERSION&",
3574+ qtVersion = "6.2.8",
35733575 host = "CentOS8",
35743576 target = "Android-24",
35753577 toolchainT = "Android-24-r25c-arm",
@@ -3605,8 +3607,8 @@ conf.q6_2lx6_aa3nV25 = {
36053607 }
36063608
36073609 conf.q6_2lx6_aa6nV25 = {
3608- name = "Qt6.2.7-Android-arm64-Clang-NDKr25c-xLinux-x86_64-gcc&HOSTTOOLVERSION&",
3609- qtVersion = "6.2.7",
3610+ name = "Qt6.2.8-Android-arm64-Clang-NDKr25c-xLinux-x86_64-gcc&HOSTTOOLVERSION&",
3611+ qtVersion = "6.2.8",
36103612 host = "CentOS8",
36113613 target = "Android-24",
36123614 toolchainT = "Android-24-r25c-arm64",
@@ -3642,8 +3644,8 @@ conf.q6_2lx6_aa6nV25 = {
36423644 }
36433645
36443646 conf.q6_2lx6_ax3nV25 = {
3645- name = "Qt6.2.7-Android-x86-Clang-NDKr25c-xLinux-x86_64-gcc&HOSTTOOLVERSION&",
3646- qtVersion = "6.2.7",
3647+ name = "Qt6.2.8-Android-x86-Clang-NDKr25c-xLinux-x86_64-gcc&HOSTTOOLVERSION&",
3648+ qtVersion = "6.2.8",
36473649 host = "CentOS8",
36483650 target = "Android-24",
36493651 toolchainT = "Android-24-r25c-x86",
@@ -3679,8 +3681,8 @@ conf.q6_2lx6_ax3nV25 = {
36793681 }
36803682
36813683 conf.q6_2lx6_ax6nV25 = {
3682- name = "Qt6.2.7-Android-x86_64-Clang-NDKr25c-xLinux-x86_64-gcc&HOSTTOOLVERSION&",
3683- qtVersion = "6.2.7",
3684+ name = "Qt6.2.8-Android-x86_64-Clang-NDKr25c-xLinux-x86_64-gcc&HOSTTOOLVERSION&",
3685+ qtVersion = "6.2.8",
36843686 host = "CentOS8",
36853687 target = "Android-24",
36863688 toolchainT = "Android-24-r25c-x86_64",
@@ -3716,8 +3718,8 @@ conf.q6_2lx6_ax6nV25 = {
37163718 }
37173719
37183720 conf.q6_2mal_aa3nV25 = {
3719- name = "Qt6.2.7-Android-arm-Clang-NDKr25c-xmacOS-Universal-AppleClang&HOSTTOOLVERSION&",
3720- qtVersion = "6.2.7",
3721+ name = "Qt6.2.8-Android-arm-Clang-NDKr25c-xmacOS-Universal-AppleClang&HOSTTOOLVERSION&",
3722+ qtVersion = "6.2.8",
37213723 host = "macOSM1",
37223724 target = "Android-24",
37233725 toolchainT = "Android-24-r25c-arm",
@@ -3753,8 +3755,8 @@ conf.q6_2mal_aa3nV25 = {
37533755 }
37543756
37553757 conf.q6_2mal_aa6nV25 = {
3756- name = "Qt6.2.7-Android-arm64-Clang-NDKr25c-xmacOS-Universal-AppleClang&HOSTTOOLVERSION&",
3757- qtVersion = "6.2.7",
3758+ name = "Qt6.2.8-Android-arm64-Clang-NDKr25c-xmacOS-Universal-AppleClang&HOSTTOOLVERSION&",
3759+ qtVersion = "6.2.8",
37583760 host = "macOSM1",
37593761 target = "Android-24",
37603762 toolchainT = "Android-24-r25c-arm64",
@@ -3790,8 +3792,8 @@ conf.q6_2mal_aa6nV25 = {
37903792 }
37913793
37923794 conf.q6_2mal_ax3nV25 = {
3793- name = "Qt6.2.7-Android-x86-Clang-NDKr25c-xmacOS-Universal-AppleClang&HOSTTOOLVERSION&",
3794- qtVersion = "6.2.7",
3795+ name = "Qt6.2.8-Android-x86-Clang-NDKr25c-xmacOS-Universal-AppleClang&HOSTTOOLVERSION&",
3796+ qtVersion = "6.2.8",
37953797 host = "macOSM1",
37963798 target = "Android-24",
37973799 toolchainT = "Android-24-r25c-x86",
@@ -3827,8 +3829,8 @@ conf.q6_2mal_ax3nV25 = {
38273829 }
38283830
38293831 conf.q6_2mal_ax6nV25 = {
3830- name = "Qt6.2.7-Android-x86_64-Clang-NDKr25c-xmacOS-Universal-AppleClang&HOSTTOOLVERSION&",
3831- qtVersion = "6.2.7",
3832+ name = "Qt6.2.8-Android-x86_64-Clang-NDKr25c-xmacOS-Universal-AppleClang&HOSTTOOLVERSION&",
3833+ qtVersion = "6.2.8",
38323834 host = "macOSM1",
38333835 target = "Android-24",
38343836 toolchainT = "Android-24-r25c-x86_64",
@@ -3865,8 +3867,8 @@ conf.q6_2mal_ax6nV25 = {
38653867
38663868 -- WebAssembly uses emcmake which don't need a toolchain file
38673869 conf.q6_2wx6g1_W = {
3868- name = "Qt6.2.7-WebAssembly-emscripten&TARGETTOOLVERSION&-xWindows-x86_64-MinGW&HOSTTOOLVERSION&",
3869- qtVersion = "6.2.7",
3870+ name = "Qt6.2.8-WebAssembly-emscripten&TARGETTOOLVERSION&-xWindows-x86_64-MinGW&HOSTTOOLVERSION&",
3871+ qtVersion = "6.2.8",
38703872 host = "Win10",
38713873 toolchain = "MinGW1120-64",
38723874 target = "WebAssembly",
@@ -3898,8 +3900,8 @@ conf.q6_2wx6g1_W = {
38983900 }
38993901
39003902 conf.q6_2lx6_W = {
3901- name = "Qt6.2.7-WebAssembly-emscripten&TARGETTOOLVERSION&-xLinux-x86_64-gcc&HOSTTOOLVERSION&",
3902- qtVersion = "6.2.7",
3903+ name = "Qt6.2.8-WebAssembly-emscripten&TARGETTOOLVERSION&-xLinux-x86_64-gcc&HOSTTOOLVERSION&",
3904+ qtVersion = "6.2.8",
39033905 host = "CentOS8",
39043906 target = "WebAssembly",
39053907 toolchainT = "emscripten-2.0.14",
@@ -3928,8 +3930,8 @@ conf.q6_2lx6_W = {
39283930 }
39293931
39303932 conf.q6_2mal_W = {
3931- name = "Qt6.2.7-WebAssembly-emscripten&TARGETTOOLVERSION&-xmacOS-Universal-AppleClang&HOSTTOOLVERSION&",
3932- qtVersion = "6.2.7",
3933+ name = "Qt6.2.8-WebAssembly-emscripten&TARGETTOOLVERSION&-xmacOS-Universal-AppleClang&HOSTTOOLVERSION&",
3934+ qtVersion = "6.2.8",
39333935 host = "macOSM1",
39343936 target = "WebAssembly",
39353937 toolchainT = "emscripten-2.0.14",
@@ -6787,19 +6789,19 @@ conf.q6_7mal_W = {
67876789
67886790 local Qt6StaticConf = {
67896791 Win10 = {
6790- ["6.2.7"] = "q6_2wx6g1st",
6792+ ["6.2.8"] = "q6_2wx6g1st",
67916793 ["6.5.3"] = "q6_5wx6g2st",
67926794 ["6.7.0"] = "q6_7wx6g3st",
67936795 },
67946796 CentOS8 = {
6795- ["6.2.7"] = "q6_2lx6st",
6797+ ["6.2.8"] = "q6_2lx6st",
67966798 },
67976799 Rocky9 = {
67986800 ["6.5.3"] = "q6_5lx6st",
67996801 ["6.7.0"] = "q6_7lx6st",
68006802 },
68016803 macOSM1 = {
6802- ["6.2.7"] = "q6_2malst",
6804+ ["6.2.8"] = "q6_2malst",
68036805 ["6.5.3"] = "q6_5malst",
68046806 ["6.7.0"] = "q6_7malst",
68056807 },
@@ -6845,7 +6847,7 @@ local valueMo = {
68456847
68466848 local Win10SrcPackagePrefixWorkaroundVersions = {
68476849 "5.15.13-3",
6848- "6.2.7",
6850+ "6.2.8",
68496851 "6.5.3",
68506852 "6.7.0",
68516853 }