Qt 5.4 application Deployment on Win32 bit
-
Hi all,
I have windows 64 bit machine and using Qt 5.4.
i am building qtwebbrowser example on Qt creator as well as on MSVC 13 successfully.
My Question is i want to make a deployment package for windows 7 32-bit machine on windows 7 64 machine.Is it possible?
if yes then tell me the steps. -
Use 32-Bit Qt with 32-Bit Compiler and read this:
http://doc.qt.io/qt-5/windows-deployment.html
I also think, that there is a tool for helping out with deployment called windeployqt.exe.
Best Regards,
Tobias