This PR fixes broken Android APK build when the depends/sources
directory contains Qt source archives of different versions (e.g., Qt version update pull request in CI with the cached depends/sources
directory).
This is an alternative to #22058.
This PR fixes broken Android APK build when the depends/sources
directory contains Qt source archives of different versions (e.g., Qt version update pull request in CI with the cached depends/sources
directory).
This is an alternative to #22058.
This change fixes broken Android APK build when the `depends/sources`
directory contains Qt source archives of different versions (e.g., Qt
version update pull request in CI with the cached `depends/sources`
directory).
Good catch! This was kind of ugly; I always symlink the sources
directory so there is going to be a lot of old versions there. These should not interfere with the build.
Code review ACK cb7eba2a570e7830d53a21b7d534087c00b4cbd7
Labels
Bug
Build system