Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add _qt_internal_apk_dependencies if qt_finalize_project is never called
With CMake versions < 3.19, we don't have a deferred call of qt_finalize_project. In qt_add_executable we only have immediate finalizaton call of qt_finalize_executable, but qt_android_generate_deployment_settings still depends on the _qt_internal_apk_dependencies target that is created by qt_finalize_project only. Create an empty target for the cases when we need to generate deployment setting but qt_finalize_project is never called. Pick-to: 6.4 Fixes: QTBUG-106634 Change-Id: If0608cb527eea662e0f9dd41f2751fe49ce433db Reviewed-by: Alexandru Croitor <[email protected]> Reviewed-by: Qt CI Bot <[email protected]>
- Loading branch information