• 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

Revision9b833eab5cc94624b6aee1f1d7f047ac8964c125 (tree)
Time2023-01-08 09:12:47
AuthorFs <Fsu0413@vip....>
CommiterFs

Log Message

add configuration for building Qt 5.15 using NDK r23 series

Change Summary

Incremental Difference

--- a/Compile/lib/qtCompile/conf.lua
+++ b/Compile/lib/qtCompile/conf.lua
@@ -2149,6 +2149,163 @@ conf.Q5mx6_aalnl = {
21492149 ]],
21502150 }
21512151
2152+conf.Q5wx6m8_aaln3 = {
2153+ name = "Qt5.15.8-Android-ALL-Clang-NDKr23c-XWindows-x86_64-MinGW&HOSTTOOLVERSION&",
2154+ qtVersion = "5.15.8",
2155+ host = "Win10",
2156+ toolchain = "MinGW810-64",
2157+ target = "Android-21",
2158+ toolchainT = "Android-21-r23c-all",
2159+ opensslConf = "o1aaln321",
2160+ androidSdkVersion = "Latest",
2161+ configureParameter = [[
2162+ -prefix
2163+ /
2164+ -opensource
2165+ -shared
2166+ -release
2167+ -confirm-license
2168+ -platform
2169+ win32-g++
2170+ -xplatform
2171+ android-clang
2172+ -nomake
2173+ examples
2174+ -nomake
2175+ tests
2176+ -no-compile-examples
2177+ -qt-doubleconversion
2178+ -qt-zlib
2179+ -qt-pcre
2180+ -no-icu
2181+ -opengl
2182+ es2
2183+ -ssl
2184+ -openssl-linked
2185+ -I
2186+ &OPENSSLDIR&\include
2187+ -L
2188+ &OPENSSLDIR&/lib/
2189+ -sql-sqlite
2190+ -make-tool
2191+ "mingw32-make -j%PARALLELNUM%"
2192+ -android-sdk
2193+ &ANDROIDSDKROOT&
2194+ -android-ndk
2195+ &ANDROIDNDKROOT&
2196+ -android-ndk-platform
2197+ android-21
2198+ -android-ndk-host
2199+ windows-x86_64
2200+ -skip
2201+ qtscript
2202+ ]],
2203+}
2204+
2205+conf.Q5lx6_aaln3 = {
2206+ name = "Qt5.15.8-Android-ALL-Clang-NDKr23c-xLinux-x86_64-gcc&HOSTTOOLVERSION&",
2207+ qtVersion = "5.15.8",
2208+ host = "CentOS8",
2209+ target = "Android-21",
2210+ toolchainT = "Android-21-r23c-all",
2211+ opensslConf = "o1aaln321",
2212+ androidSdkVersion = "Latest",
2213+ configureParameter = [[
2214+ -prefix
2215+ /
2216+ -opensource
2217+ -shared
2218+ -release
2219+ -confirm-license
2220+ -platform
2221+ linux-g++
2222+ -xplatform
2223+ android-clang
2224+ -nomake
2225+ examples
2226+ -nomake
2227+ tests
2228+ -no-compile-examples
2229+ -qt-doubleconversion
2230+ -qt-zlib
2231+ -qt-pcre
2232+ -no-icu
2233+ -opengl
2234+ es2
2235+ -ssl
2236+ -openssl-linked
2237+ -I
2238+ &OPENSSLDIR&/include/
2239+ -L
2240+ &OPENSSLDIR&/lib/
2241+ -sql-sqlite
2242+ -make-tool
2243+ "make -j$PARALLELNUM"
2244+ -android-sdk
2245+ &ANDROIDSDKROOT&
2246+ -android-ndk
2247+ &ANDROIDNDKROOT&
2248+ -android-ndk-platform
2249+ android-21
2250+ -android-ndk-host
2251+ linux-x86_64
2252+ -skip
2253+ qtscript
2254+ ]],
2255+}
2256+
2257+conf.Q5mx6_aaln3 = {
2258+ name = "Qt5.15.8-Android-ALL-Clang-NDKr23c-xmacOS-x86_64-AppleClang&HOSTTOOLVERSION&",
2259+ qtVersion = "5.15.8",
2260+ host = "macOS1015",
2261+ target = "Android-21",
2262+ toolchainT = "Android-21-r23c-all",
2263+ opensslConf = "o1aaln321",
2264+ androidSdkVersion = "Latest",
2265+ configureParameter = [[
2266+ -prefix
2267+ /
2268+ -opensource
2269+ -shared
2270+ -release
2271+ -confirm-license
2272+ -platform
2273+ macx-clang
2274+ -xplatform
2275+ android-clang
2276+ -nomake
2277+ examples
2278+ -nomake
2279+ tests
2280+ -no-compile-examples
2281+ -qt-doubleconversion
2282+ -qt-zlib
2283+ -qt-pcre
2284+ -no-icu
2285+ -opengl
2286+ es2
2287+ -ssl
2288+ -openssl-linked
2289+ -I
2290+ &OPENSSLDIR&/include/
2291+ -L
2292+ &OPENSSLDIR&/lib/
2293+ -sql-sqlite
2294+ -make-tool
2295+ "make -j$PARALLELNUM"
2296+ -android-sdk
2297+ &ANDROIDSDKROOT&
2298+ -android-ndk
2299+ &ANDROIDNDKROOT&
2300+ -android-ndk-platform
2301+ android-21
2302+ -android-ndk-host
2303+ darwin-x86_64
2304+ -skip
2305+ qtscript
2306+ ]],
2307+}
2308+
21522309 conf.Q5wx6m8_W = {
21532310 name = "Qt5.15.8-WebAssembly-emscripten&TARGETTOOLVERSION&-xWindows-x86_64-MinGW&HOSTTOOLVERSION&",
21542311 qtVersion = "5.15.8",