Details
-
Bug
-
Resolution: Done
-
P2: Important
-
6.0
Description
With qmake (afaik) we never built tests and examples for static Qt configs (iOS, WebAssembly, any host platform).
One of the main reasons is the blow up in artifact size due to linking Qt to each of the test and examples.
With the new CI yaml instructions and CMake, what we could do is add a feature that enables the building of a very small subset of examples and tests, and then add such configs to the CI.
This would ensure the artifact size does not explode, and allow us to catch build regressions for configs that we never tested before.
We could also keep it limited to qtbase first.
Attachments
Issue Links
- relates to
-
QTBUG-91869 Fix tests that fail when built against a static build of Qt
- Reported
-
QTBUG-87577 Add CI instructions for configuring a top-level cross-compiling Qt (iOS, Android, Yocto)
- Reported