Deployment with Visual Studio add-in
-
Hello,
Apologize if this has already been discussed. I couldn't find something specific to this.
I have built an application with QT Visual Studio add-in 1.2.2 and it works fine. I would like to know how to create a deployment for other windows machines that do not have QT installed. I copied over the exe and the dlls that dependency walker showed the application to be dependent on, but couldn't get it to work. The Visual Studio add-in was downloaded as pre-built binaries, and hence I do not have the source for QT.
Any pointers would be greatly appreciated.Thanks,
Arun -
Hi,
"Here":http://qt-project.org/doc/qt-5.0/qtdoc/deployment-windows.html you can find the Windows Deployment Guide.
And also "here":http://qt-project.org/wiki/Deploy_an_Application_on_Windows an excellent wiki article about the procedure.
Once you have that you can use a framework like QIF, Innosetup or other to create an installer.
Hope it helps