cdf64b0e47
The new linker in Xcode 15 doesn't provide any default linker or framework paths when requested via -v, but still seems to use the default paths documented in the ld man page. We trust that linker will do the right thing, even if we don't know of its default linker paths. We also need to opt out of the default fallback logic to set the libdirs to /lib and /usr/lib. This may result in UnixMakefileGenerator::findLibraries finding different libraries than expected, if additional paths are passed with -L, which will then take precedence for qmake, even if the linker itself will use the library from the SDK's default paths. This should hopefully not be an issue in practice, as we don't turn -lFoo into absolute paths in qmake, so the only risk is that we're picking up the wrong prl files and adding additional dependencies that the lib in the SDK doesn't have. Pick-to: 6.6 6.6.0 Change-Id: I2347b26e2df0828471373b0e15b8c9089274c65d Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> |
||
---|---|---|
.. | ||
android | ||
data | ||
mac | ||
uikit | ||
unix | ||
unsupported | ||
wasm | ||
win32 | ||
benchmark.prf | ||
build_pass.prf | ||
cmake_functions.prf | ||
cmdline.prf | ||
configure_base.prf | ||
configure.prf | ||
coverage.prf | ||
create_cmake.prf | ||
ctest_testcase_common.prf | ||
ctest_testcase_installed.prf | ||
ctest_testcase.prf | ||
dbusadaptors.prf | ||
dbuscommon.pri | ||
dbusinterfaces.prf | ||
declarative_debug.prf | ||
default_post.prf | ||
default_pre.prf | ||
designer_defines.prf | ||
device_config.prf | ||
egl.prf | ||
entrypoint.prf | ||
exceptions_off.prf | ||
exceptions.prf | ||
exclusive_builds_post.prf | ||
exclusive_builds.prf | ||
file_copies.prf | ||
gc_binaries.prf | ||
gcov.prf | ||
include_source_dir.prf | ||
incredibuild_xge.prf | ||
java.prf | ||
lex.prf | ||
link_ltcg.prf | ||
link_pkgconfig.prf | ||
lrelease.prf | ||
ltcg.prf | ||
metatypes.prf | ||
moc.prf | ||
no_debug_info.prf | ||
permissions.prf | ||
plugin_bundle.prf | ||
precompile_header.prf | ||
qgltf.prf | ||
qlalr.prf | ||
qmake_use.prf | ||
qml_debug.prf | ||
qml_module.prf | ||
qml_plugin.prf | ||
qmltestcase.prf | ||
qt_config.prf | ||
qt_functions.prf | ||
qt.prf | ||
resolve_config.prf | ||
resolve_target.prf | ||
resources_functions.prf | ||
resources.prf | ||
rtti_off.prf | ||
rtti.prf | ||
sanitizer.prf | ||
silent.prf | ||
simd.prf | ||
spec_post.prf | ||
spec_pre.prf | ||
static_runtime.prf | ||
testcase_targets.prf | ||
testcase.prf | ||
testcocoon.prf | ||
testlib_defines.prf | ||
toolchain.prf | ||
uic.prf | ||
use_c_linker.prf | ||
vxworks.prf | ||
warn_off.prf | ||
warn_on.prf | ||
wayland-scanner.prf | ||
xctest.prf | ||
yacc.prf |