Hi, I've built Qt5 with with e.g. /home/user/qt prefix and wanted to deploy needed Qt libraries and plugins along with Qt application.
Application suppose to be installed in e.g. /tmp , Qt5 libraries in /tmp/lib and directories plugins and qml should be placed accordingly in /tmp/data/plugins and /tmp/data/qml So I added qt.conf file: [Paths] Prefix=/tmp Libraries=lib Binaries=bin Plugins=data/plugins Qml2Imports=data/qml and changed(using chrpath) RPATH to /tmp/lib in all qt libraries and plugins that has already RPATH set (e.g libQt5Core doesn't have one). Is this approach accepted or perhaps there are some risks? Is there any manual how to deploy Qt libraries in such case? Maybe I should built it with other configuration... I would like to mention that I tested it and it works but i have strange issue. See following pictures: Application without changing RPATH in Qt libraries and application binary: http://pbrd.co/136t3GI This is application after RPATH modification: http://pbrd.co/136tyR2 -- regards / pozdrawiam, Tomasz Olszak Qt for Tizen | http://qt-project.org/wiki/Tizen Qt Certified Developer | http://qt-project.org http://linkedin.com/in/tolszak
_______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
