19e789bace
This proposal collects all the resource objects to the qt-specific
property of the static libraries. This is done to avoid littering
of other static libraries and put resource object files to the
source part of the linker line when linking the end-point
executable.
The way we link object resource libraries is changed back to the
target_link_libraries approach as we may omit using finalizers
with linkers other than ld. Users may enforce finalizers by calling
the qt6_enable_resource_objects_finalizer_mode function if need.
Refactor tests related to the static resources.
Amends
|
||
---|---|---|
.. | ||
mock_static_resources1 | ||
test_init_resources_static_plugin | ||
test_static_resources_propagation | ||
.cmake.conf | ||
CMakeLists.txt |