[Interest] Deploying a linux binary?

Anders Hafreager andershaf at gmail.com
Fri Sep 21 06:34:22 CEST 2018


Hi,

I remember I had some problems, but these steps described in this building
script works for me at least:
https://github.com/ovilab/atomify/blob/dev/deploy/deploy_linux.sh

Anders

On Thu, Sep 20, 2018 at 7:28 PM Jason H <jhihn at gmx.com> wrote:

> 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 at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20180921/45c451bb/attachment.html>


More information about the Interest mailing list