Revision | 5d1347390d63c72ca56528eaf2df47b39d7934e4 (tree) |
---|---|
Time | 2023-01-08 09:30:57 |
Author | Fs <Fsu0413@vip....> |
Commiter | Fs |
use higher mingw version to build Qt 5.15.8
@@ -1919,6 +1919,76 @@ conf.Q5wx6m8sf = { | ||
1919 | 1919 | ]], |
1920 | 1920 | } |
1921 | 1921 | |
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 | + | |
1922 | 1992 | conf.Q5mx6 = { |
1923 | 1993 | name = "Qt5.15.8-macOS-x86_64-AppleClang&HOSTTOOLVERSION&", |
1924 | 1994 | qtVersion = "5.15.8-4", |