How to make binary distribution of Qt application for Linux

后端 未结 8 932
小蘑菇
小蘑菇 2020-12-13 20:36

I am developing cross-platform Qt application. It is freeware though not open-source. Therefore I want to distribute it as a compiled binary.

On windows there is no

8条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-13 21:13

    The probably easiest way to create a Qt application package on Linux is probably linuxdeployqt. It collects all required files and lets you build an AppImage which runs on most Linux distributions.

    Make sure you build the application on the oldest still-supported Ubuntu LTS release so your AppImage can be listed on AppImageHub.

提交回复
热议问题