I tried linuxdeployqt but ran into graphical issues to the qt.conf file: https://github.com/probonopd/linuxdeployqt/issues/280
I ended up building statically, which was much easier. ________________________________________ From: Interest <interest-bounces+mitch.curtis=qt...@qt-project.org> on behalf of Jason H <jh...@gmx.com> Sent: Thursday, 20 September 2018 7:27:55 PM To: interestqt-project.org Subject: [Interest] Deploying a linux binary? I'm trying to deploy a simple QtCore only binary. I put the lib in ~/lib ad set LD_LIBRARY_PATH to /home/user/lib ran it: $ ./filefixer ./filefixer: /home/user/lib/libQt5Core.so.5: version `Qt_5.11' not found (required by ./filefixer) ./filefixer: /home/user/lib/libQt5Core.so.5: version `Qt_5' not found (required by ./filefixer) What do I have to do to get a Qt app to work on another LINUX machine? macdeployqt always "just worked" for me, linuxdeployqt I can't seem to figure out. (I think it should work like macdeployqt?) _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest