GitHub - probonopd/linuxdeployqt: Makes Linux applications self-contained by copying in the libraries and plugins that the application uses, and optionally generates an AppImage. Can be used for Qt and other applications
GitHub - NixOS/patchelf: A small utility to modify the dynamic linker and RPATH of ELF executables
1、可以到上面链接上下载源代码,然后在目标机器上交叉编译,然后make install安装
2、执行linuxdeployqt或者全路径
3、把生成的可执行文件放到bin/XXX目录下
4、linuxdeployqt XXX -appimage
这位网友写的比较详细,可以参考文章来源:https://www.toymoban.com/news/detail-793885.html
Linux下使用linuxdeployqt发布Qt程序-CSDN博客文章来源地址https://www.toymoban.com/news/detail-793885.html
到了这里,关于linux QT程序打包的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!