qt5base-lts/tests/auto/cmake/test_static_resources
Alexey Edelev 19e789bace Implement propagation of object files to the end-point executable
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 ddaa7150d8

Task-number: QTBUG-93002
Change-Id: I74135e291cd82fb54d1b284b4b4a1e002b1fef98
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2021-05-27 14:28:17 +02:00
..
mock_static_resources1 Implement propagation of object files to the end-point executable 2021-05-27 14:28:17 +02:00
test_init_resources_static_plugin Implement propagation of object files to the end-point executable 2021-05-27 14:28:17 +02:00
test_static_resources_propagation Implement propagation of object files to the end-point executable 2021-05-27 14:28:17 +02:00
.cmake.conf Implement propagation of object files to the end-point executable 2021-05-27 14:28:17 +02:00
CMakeLists.txt Implement propagation of object files to the end-point executable 2021-05-27 14:28:17 +02:00