On Wednesday 20 August 2014 17:46:41 Bruno Tezine wrote: > Hi, > Is it possible to create a Mac Installer (.dmg) from a Windows PC using > Qt Installer Framework?
.dmg files aren't created by the installer framework. They are packaged by tools that come with OS X. Creating installers for a separate OS doesn't make sense. You need that other OS to test that it worked anyway, so you must have that OS. If you do, you may as well use it to create the installer. Besides, cross-compiling to OS X is not supported either, so you must have OS X to compile before you can think of packaging. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
