Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CMake: Generate deployment information for each deployable target
When using CMake 3.19 or newer, we generate a .qt/QtDeployTargets.cmake file per project. This contains the following information for each deployable target: 1. The full path to the produced artifact. This will allow us to avoid the file name heuristics when deploying QML plugins. 2. The DLLs that are needed at runtime, when using CMake 3.21 or newer on Windows. This will allow us to deploy QML module backing libraries and runtime DLLs of to-be-deployed targets. Task-number: QTBUG-117948 Task-number: QTBUG-118153 Change-Id: I8a670e44f62a872f1a21174e947d87ccb8191073 Reviewed-by: Alexandru Croitor <[email protected]>
- Loading branch information