Problem with building project via release
-
Hello there.
I'm using Windows 7/x64, Qt 5.3.1. Was trying MinGW 4.8.2, VS2010 OpenGL and VS2013/x64. Project builds and runs properly from QtCreator but standalone release doesn't work. There is 0xc000007b error when trying MinGW or VS2010 and "can't find plugin "windows"" with VS2013. I tried to put platforms/ into release folder but then app just crashes. It happens with any project including new one.
Thanks. -
Hi and welcome to devnet,
To make an application run on windows you have to follow the "Deployment Guide", but first it's shorter to read this excellent "wiki entry":http://qt-project.org/wiki/Deploy_an_Application_on_Windows
-
You're welcome !
Since you have everything up and running now, please update the thread title prepending [solved] so other forum users may know a solution has been found :)