How to deploy a 32bit application
-
Hello, i have tried to make my first application with Qt5, which works fine with the debugger.
But when i compile in release mode and i copy/paste the .exe and the dll on a 32bit computer, there is a error message.My application configuration is : !http://image.noelshack.com/fichiers/2015/05/1422808230-compilateur.png(Compilateur)!
!http://image.noelshack.com/fichiers/2015/05/1422808230-kit.png(Kits)!
!http://image.noelshack.com/fichiers/2015/05/1422808230-version.png(Version Qt)!
How can i produce a 32bit and a 64 bit application?
Thanks -
Hi,
This question has been asked many times already, you have to follow the deployment process. "Here":http://qt-project.org/wiki/Deploy_an_Application_on_Windows you have an excellent summary on how to do it.
As for 32 and 64 bit, you need to build your application for earch architecture. So you need to have also both version of Qt installed