Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

Deploying qt5.2.0: won't find windows platform plugin

$
0
0
Hello, I am trying to deploy an application I wrote with QtCreator 5.2.0, using the MinGW 4.8 compilator. I compiled it in release mode, but I can’t seem to make it work on a machine without Qt installed: I renamed my Qt dir to Qte so it can’t find the dll/plugins in there, and my app’s folder is like this: app.exe other dlls libEGL.dll libGLESv2.dll /platforms/qwindows.dll Problem is: my app won’t just go and grab that qwindows.dll but still tries to get that plugin from my QTDIR/Qt5.2.0/5.2.0/mingw48_32/plugins/platforms and it’s giving me error ‘This application failed to start because it could not find or load the Qt platform plugin “windows”’ I’ve searched over google and this forum for 2 days and tried lots of things: qt.conf won’t do anything, I’ve added libEGL.dll and libGLESv2.dll, and qwindows.dll is in the right place, I just can’t think of anything else. Another test app just works, but mine doesn’t. If this changes anything, I’m using a few win32 functions to set hooks and get mouse/keyboard inputs even when my widget hasn’t got the focus.

Viewing all articles
Browse latest Browse all 2113

Trending Articles