On 16/01/2019 14:46, Roland Hughes wrote:
# Unlike the system directories the RPATH tree isn't walked, only the
actual
# entry. Must list all of them for deployment.
#
QMAKE_RPATHDIR += $ORIGIN/lib: \
$ORIGIN/plugins: \
$ORIGIN/plungins/platforms: \
$ORIGIN/plugins/qtwebengine: \
$ORIGIN/libexec:
You don't need all that. Plugins are loaded dynamically by Qt after the
application has already been loaded. The system loader does not load any
plugins, and so they don't need an rpath.
_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest