[Interest] Qt.conf and desktop application
Nikos Chantziaras
realnc at gmail.com
Wed Jan 16 17:13:41 CET 2019
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.
More information about the Interest
mailing list