• 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

Revision5d1347390d63c72ca56528eaf2df47b39d7934e4 (tree)
Time2023-01-08 09:30:57
AuthorFs <Fsu0413@vip....>
CommiterFs

Log Message

use higher mingw version to build Qt 5.15.8

Change Summary

Incremental Difference

--- a/Compile/lib/qtCompile/conf.lua
+++ b/Compile/lib/qtCompile/conf.lua
@@ -1919,6 +1919,76 @@ conf.Q5wx6m8sf = {
19191919 ]],
19201920 }
19211921
1922+conf.Q5wx6g1 = {
1923+ name = "Qt5.15.8-Windows-x86_64-MinGW&HOSTTOOLVERSION&",
1924+ qtVersion = "5.15.8",
1925+ host = "Win10",
1926+ toolchain = "MinGW1120-64",
1927+ configureParameter = [[
1928+ -prefix
1929+ &INSTALLROOT&
1930+ -opensource
1931+ -shared
1932+ -release
1933+ -confirm-license
1934+ -platform
1935+ win32-g++
1936+ -pch
1937+ -nomake
1938+ examples
1939+ -nomake
1940+ tests
1941+ -no-compile-examples
1942+ -qt-doubleconversion
1943+ -qt-zlib
1944+ -qt-pcre
1945+ -no-icu
1946+ -opengl
1947+ dynamic
1948+ -ssl
1949+ -schannel
1950+ -sql-sqlite
1951+ -sql-odbc
1952+ -make-tool
1953+ "mingw32-make -j%PARALLELNUM%"
1954+ ]],
1955+}
1956+
1957+conf.Q5wx6g2 = {
1958+ name = "Qt5.15.8-Windows-x86_64-MinGW&HOSTTOOLVERSION&",
1959+ qtVersion = "5.15.8",
1960+ host = "Win10",
1961+ toolchain = "MinGW1210-64",
1962+ configureParameter = [[
1963+ -prefix
1964+ &INSTALLROOT&
1965+ -opensource
1966+ -shared
1967+ -release
1968+ -confirm-license
1969+ -platform
1970+ win32-g++
1971+ -pch
1972+ -nomake
1973+ examples
1974+ -nomake
1975+ tests
1976+ -no-compile-examples
1977+ -qt-doubleconversion
1978+ -qt-zlib
1979+ -qt-pcre
1980+ -no-icu
1981+ -opengl
1982+ dynamic
1983+ -ssl
1984+ -schannel
1985+ -sql-sqlite
1986+ -sql-odbc
1987+ -make-tool
1988+ "mingw32-make -j%PARALLELNUM%"
1989+ ]],
1990+}
1991+
19221992 conf.Q5mx6 = {
19231993 name = "Qt5.15.8-macOS-x86_64-AppleClang&HOSTTOOLVERSION&",
19241994 qtVersion = "5.15.8-4",