On 03/29/2012 09:47 AM, ext Lincoln Ramsay wrote: > On 03/29/2012 02:48 AM, ext David Kim wrote: >> 1. >> When the application was deployed with macdeployqt, >> the dmg file also contains .Trashes. Is >> there an option to exclude it? > > macdeployqt doesn't make a .dmg does it? It didn't the last time I checked.
Oh right... it has a -dmg argument. That simply calls hdiutil create [dmgname] -srcfolder [app bundle path] -format UDZO -volname [app base path]. So since you need to put more than your app in the .dmg, use macdeployqt to prepare the .app bundle but then setup your image folder explicitly (eg. adding the /Applications symlink) and call hdiutil yourself. -- Lincoln Ramsay - Senior Software Engineer Qt Development Frameworks, Nokia - http://qt.nokia.com/ _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest