Cross platform install script
General and Desktop
3
Posts
3
Posters
2.5k
Views
1
Watching
-
"Building Qt Installers":http://developer.qt.nokia.com/wiki/BuildingQtInstallers
-
Do you want to write your own installer in Qt or you already have a Qt project which you want to install on different platforms? If the latter is the case then I can recommend you "InstallJammer":http://www.installjammer.com/ , which is free to distribute and use. I'm not sure if Mac support has been already implemented though.
If you want to build your own installer then take a look at "Qt installer framework":https://qt.gitorious.org/qt-labs/installer-framework for some tips.