5161d8d525
qt6_enable_object_libraries_finalizer_mode is not needed anymore now that static Qt builds require CMake 3.21 and thus CMake takes care of placing object library object files at the beginning of the link line. Rename qt6_enable_import_plugins_finalizer_mode to a more generic qt6_set_finalizer_mode that can enable or disable multiple different modes. For now the only available mode is "static_plugins" which handles the behavior of the old function name. The mode can be enabled by calling qt6_set_finalizer_mode(${target} ENABLE MODES "static_plugins") Note that the function is re-tagged as being in Technical Preview. Ideally we would not need it at all. But we need to provide some workaround for the limitations of linking Qt static plugins in CMake on Linux-y platforms that use bfd ld or ld.gold. The workaround does not work well with dependencies wrapped in generator expressions which is why we can't confidently advertise it as a proper solution. Our hope is that this can be fixed in future upstream CMake versions and the function can be removed. See |
||
---|---|---|
.. | ||
mockplugins | ||
test_add_big_resource | ||
test_add_binary_resources_delayed_file | ||
test_add_resource_options | ||
test_add_resources_binary_generated | ||
test_add_resources_delayed_file | ||
test_concurrent_module | ||
test_dbus_module | ||
test_dependent_modules | ||
test_egl_lib | ||
test_generating_cpp_exports | ||
test_global_promotion | ||
test_import_plugins | ||
test_interface | ||
test_interface_link_libraries | ||
test_json_plugin_includes | ||
test_moc_macro_target | ||
test_multiple_find_package | ||
test_opengl_lib | ||
test_platform_defs_include | ||
test_plugin_shared_static_flavor | ||
test_plugins | ||
test_private_includes | ||
test_private_targets | ||
test_QFINDTESTDATA | ||
test_QT_TESTCASE_BUILDDIR | ||
test_QTBUG-63422 | ||
test_qtmainwin_library | ||
test_static_resources | ||
test_testlib_definitions | ||
test_testlib_no_link_gui | ||
test_testlib_no_link_widgets | ||
test_umbrella_config | ||
test_versionless_targets | ||
test_wrap_cpp_and_resources | ||
test_wrap_cpp_options | ||
test(needsquoting)dirname | ||
tst_qaddpreroutine | ||
CMakeLists.txt | ||
test_plugin_shared_static_flavor.cmake |