标签:style blog http color 使用 os io 文件
注意到编译出来的大小非常小,才420KB,因为一些类库还没包含进去的原因。现在还只能在你本地运行,拷贝到其他Mac电脑就不能运行了。
./macdeployqt yourappname.app 就可以了。就会自动在yourappname.app所在目录重新生成一个新的比较大的app了。
关于一些使用了第三方类库的,我还没研究过如何打包。
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>NSPrincipalClass</key> <string>NSApplication</string> <key>CFBundleIconFile</key> <string>icon.icns</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleGetInfoString</key> <string>Created by Qt/QMake</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleExecutable</key> <string>TextureUnpacker</string> <key>CFBundleIdentifier</key> <string>@BUNDLEIDENTIFIER@</string> <key>NOTE</key> <string>This file was generated by Qt/QMake.</string> </dict> </plist>
Qt Mac 下软件Release 发布dmg,布布扣,bubuko.com
标签:style blog http color 使用 os io 文件
原文地址:http://blog.csdn.net/fox64194167/article/details/38441331