_qt_internal_set_rpath was using CMAKE_INSTALL_PREFIX instead of QT_DEPLOY_PREFIX for the destination path, which ends up trying to adjust the rpath of plugins in the regular install destination, rather than in DESTDIR. Change the code to use QT_DEPLOY_PREFIX where appropriate. Amends 5430fb22439db9fc1ad1df4cbf0319b63346b0a5 Pick-to: 6.8 Fixes: QTBUG-135620 Task-number: QTBUG-109553 Change-Id: Iea1c0b69ba93fa5e81c463df57f8c2e19703a66a Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> (cherry picked from commit ae4f9fe0cf6acded39020b8fbefd35df20ffff7d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
…
…
Description
Languages
C++
84.3%
HTML
4.9%
C
3.9%
CMake
3.6%
Objective-C++
2%
Other
0.8%