Details
-
Technical task
-
Resolution: Unresolved
-
P2: Important
-
None
-
-
2025Season1QtforAndroid
Description
Why?
- To get and understanding that how many Qt modules and applications builds with NDK 28
What?
- Take latest Qt 6.10/dev Qt build
- Pick NDK27 version (like c (current) or d)
- Build Qt with all it's modules on Linux host
- Build Qt with all target architectures on Linux host, in priority order of
- x86-64 (64-bit emulators, available on Android 16)
- arm64-v8a (64-bit targets, few available on Android 16)
- armeabi-v7a (32-bit used in Android&Google TV Android 16 coming later)
- x86 (32-bit x86 emulated host are not anymore supported by Windows)
- Build Qt (selected) Featured Example applications for all target architectures (see above) on host architectures
- Linux
- Windows
- macOS x86
- macOS ARM)
- Add new NDK to CI insignificant builds
- Check does QtCreator need any updates
- Find, list (to this item) and fix related bugs
When? (dependencies)
- Module Freeze of 6.10 TODO
- NDK 29 LTS (replaces NDK 28?)
- unfor NDK 28 release will come after module freeze but that would have been non-LTS anyway