Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CMake: Warn about double qt6_finalize_target for plugins and libs
qt6_finalize_target warned about double invocations on executables already. For libraries and plugins this situation wasn't detected. Make the warning consistent for qt6_add_executable, qt6_add_library and qt6_add_plugin. The internal property _qt_executable_is_finalized has been renamed to _qt_is_finalized and applies to all targets that can be finalized. Pick-to: 6.5 Change-Id: I06821d08042e1453f3e058ed90a13e90a4f06640 Reviewed-by: Alexandru Croitor <[email protected]>
- Loading branch information