Where is linuxdeployqt?
-
Platform: Ubuntu 20.04.1 LTS
Qt: 6.6.2$ find ~/Qt/ -type f -print|grep linuxdeployqt $
I checked every single checkbox in the installer for the 6.6.2 version.
Any pointers or tips would be appreciated.
Thanks,
Roy -
It is not exist, i use this tool.
https://github.com/probonopd/linuxdeployqt
You can see it. -
Platform: Ubuntu 20.04.1 LTS
Qt: 6.6.2$ find ~/Qt/ -type f -print|grep linuxdeployqt $
I checked every single checkbox in the installer for the 6.6.2 version.
Any pointers or tips would be appreciated.
Thanks,
RoyI checked every single checkbox in the installer for the 6.6.2 version.
As @flyfish indicated, Qt does not provide a "linuxdeployqt" utility. Of course you can try out the one @flyfish mentioned.
Personally, I use linuxdeploy instead, with the linuxdeploy-plugin-qt and linuxdeploy-plugin-appimage plugins.
Cheers.
-
-
J JonB referenced this topic on