Is your feature request related to a problem? Please describe.
When cross compiling, the qtbase package needs a copy of itself built for the host as well, presumably to use the Qt build tools. This package is built with all the features of Qt enabled and so takes a significant amount of time to build, only to not use the majority of the features that were just built.
Proposed solution
Use a more minimal set of features for the qtbase package built for the host if possible.
Describe alternatives you've considered
No response
Additional context
No response
Is your feature request related to a problem? Please describe.
When cross compiling, the
qtbasepackage needs a copy of itself built for the host as well, presumably to use the Qt build tools. This package is built with all the features of Qt enabled and so takes a significant amount of time to build, only to not use the majority of the features that were just built.Proposed solution
Use a more minimal set of features for the
qtbasepackage built for the host if possible.Describe alternatives you've considered
No response
Additional context
No response