Lilong Zhang / Qt应用Mac平台打包流程

Created Fri, 04 Mar 2022 19:24:36 +0000
105 Words

生成 release 包

Qt Creator 左下角切换为 Release 模式,然后点击左下角 Build 锤子🔨图标。

定位到构建文件夹 Build directory

可在 Projects -> Build Settings 中找到:Build directory。

使用 macdeployqt 工具打包 .app 文件

工具所在目录:~/Qt/6.2.3/macos/bin

./macdeployqt $Build directory$/***.app