码迷,mamicode.com
首页 > 移动开发 > 详细

QT-Deploying a Qt5 Application Linux

时间:2020-07-04 01:09:56      阅读:86      评论:0      收藏:0      [点我收藏+]

标签:expec   exp   pre   cte   desc   ref   depend   tip   eve   

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.

QT-Deploying a Qt5 Application Linux

标签:expec   exp   pre   cte   desc   ref   depend   tip   eve   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!