QT instaler
Installation and Deployment
6
Posts
2
Posters
1.9k
Views
1
Watching
-
i have make a project in qt and i want to run it on another system on which qt is not install. i have visited http://doc-snapshot.qt-project.org/qtifw-1.2/ifw-tutorial.html
(but i want to know on which tool i will do all things mention on that link. )
Thanks in advance
-
Hi,
As described "here":http://doc-snapshot.qt-project.org/qtifw-1.2/ifw-getting-started.html, you can clone the framework from "http://gitorious.org/qt-labs/installer-framework":http://gitorious.org/qt-labs/installer-framework.
-
There is a project file (installerfw.pro) in the root directory: just open it with QtCreator, run qmake and compile the project.