During a top-level prefix build, while configuring qtsvg,
Qt6BuildInternalsConfig tries to include QtBuildInternalsAndroid.cmake
but such files are not copied by qt_copy_or_install() at configure
time.
We need to use the "module" form of include() to take CMAKE_MODULE_PATH
into account. Then QtBuildInternalsAndroid.cmake can be loaded from the
source tree.
The include's current form was introduced in commit
|
||
|---|---|---|
| .. | ||
| QtStandaloneTestTemplateProject | ||
| QtBuildInternalsAndroid.cmake | ||
| QtBuildInternalsConfig.cmake | ||