Discussion:
[Interest] linuxdeployqt?
Alexander Dyagilev
2018-11-16 15:53:55 UTC
Permalink
Hello,

On Windows we have windeployqt.

On MAC - macdeployqt.

On Linux - there is no tool for this ? Is there some convenient
alternative way to copy all the required Qt files then (my project uses
Quick Controls 2)?
Boudewijn Rempt
2018-11-16 15:55:08 UTC
Permalink
Post by Alexander Dyagilev
Hello,
On Windows we have windeployqt.
On MAC - macdeployqt.
On Linux - there is no tool for this ? Is there some convenient
alternative way to copy all the required Qt files then (my project uses
Quick Controls 2)?
There's https://github.com/probonopd/linuxdeployqt -- we use it to package
Krita for Linux as an appimage.
--
https://www.valdyas.org | https://www.krita.org
Elvis Stansvik
2018-11-16 16:30:15 UTC
Permalink
Post by Boudewijn Rempt
Post by Alexander Dyagilev
Hello,
On Windows we have windeployqt.
On MAC - macdeployqt.
On Linux - there is no tool for this ? Is there some convenient
alternative way to copy all the required Qt files then (my project uses
Quick Controls 2)?
There's https://github.com/probonopd/linuxdeployqt -- we use it to package
Krita for Linux as an appimage.
Thanks for the pointer, we use an ugly shell script by yours truly to do
the same, but this might be handier.

Elvis
Post by Boudewijn Rempt
--
https://www.valdyas.org | https://www.krita.org
_______________________________________________
Interest mailing list
http://lists.qt-project.org/mailman/listinfo/interest
Mitch Curtis
2018-11-26 14:21:52 UTC
Permalink
-----Original Message-----
Behalf Of Boudewijn Rempt
Sent: Friday, 16 November 2018 4:55 PM
Subject: Re: [Interest] linuxdeployqt?
Post by Alexander Dyagilev
Hello,
On Windows we have windeployqt.
On MAC - macdeployqt.
On Linux - there is no tool for this ? Is there some convenient
alternative way to copy all the required Qt files then (my project
uses Quick Controls 2)?
There's https://github.com/probonopd/linuxdeployqt -- we use it to package
Krita for Linux as an appimage.
Just a heads up since OP said they are using Qt Quick Controls 2 - I ran into graphical issues when trying to use an application deployed with linuxdeployqt:

https://github.com/probonopd/linuxdeployqt/issues/280

I ended up just building my application statically instead.
--
https://www.valdyas.org | https://www.krita.org
_______________________________________________
Interest mailing list
http://lists.qt-project.org/mailman/listinfo/interest
Loading...