Application doesn't work on other computers
-
Hi all,
I've developed a calculator app for Windows and built it in release mode. I've put all of the requested dll-s and it worked perfectly. But, then I tried running it on my laptop and... well, see for yourself: !http://i.imgur.com/DxfbJVw.jpg?1(Error 1)! and when I press Ok, another error: !http://i.imgur.com/thiOw4c.jpg?1(Error 2)!
Here is the list of the files that are in the folder: !http://i.imgur.com/c9pw7ZF.jpg?1(Files)!
Of course I've searched Google but they all say that when they open the app nothing happens. But, that's not the problem that I'm experiencing
Btw I'm using Qt 5.3.0 and MinGW with W8 64-bit.
So, can anyone help me or point me in the right direction. Or maybe just paste me the link of the topic with the same problem. Thanks in advance. ;) -
Hi, for your app to start ok, you need also to copy the platform plugin dll, it's called qwindows.dll. And you need to place that file in a subdirectory called platforms together with your .exe and .dll files (BTW they otherwise look good).
You can read more about deploying MinGW in "my blog":http://www.tripleboot.org/?p=138#MinGW and also there's an excellent guide "here":http://qt-project.org/wiki/Deploy_an_Application_on_Windows