QT-Deploying a Qt5 Application Linux

QT-Deploying a Qt5 Application Linux

July 3, 2020 11:11 PM
参考:
Deploying a Qt5 Application Linux
AppImage

Original text

Multiple 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.

  • cqtdeployer:If you want one utility for cross platform deploy use a cqtdeployer tool for deploy qt on linux and windows.

原文地址:https://www.cnblogs.com/yongchao/p/13233190.html