QT-Deploying a Qt5 Application Linux

实践是知识的母亲,知识是生活的明灯。这篇文章主要讲述QT-Deploying a Qt5 Application Linux相关的知识,希望能为你提供帮助。
QT-Deploying a Qt5 Application LinuxJuly 3, 2020 11:11 PM
参考:
Deploying a Qt5 Application Linux
AppImage
Original textMultiple Ways to deploy a Qt 5 application for desktop Linux systems:

  • One is to create native distribution packages that have dependencies on the distribution‘s Qt installation.
  • Another is to create a self-contained application bundle that contains the application and everything the application needs to run that cannot be expected to be present on each target system, and still another is to create an installer for it.
Tool& Code
  • linuxdeployqt:A deployment tool is available that automates the prodecures described here and provide an AppImage.
  • 【QT-Deploying a Qt5 Application Linux】cqtdeployer:If you want one utility for cross platform deploy use a cqtdeployer tool for deploy qt on linux and windows.




    推荐阅读