Hello,
I face a fairly common problem, only that mine seems to be even more deeper than anyone’s of yet. I’ve created an application with Qt5, on my desktop machine. I grapped the .exe and all the .dll’s required by DebugView. When I try to run it on my Surface Pro (Windows 8 Pro), I get an error:
This application failed to start because it could not find or load the Qt platform plugin "windows"
Now, I’ve tried everything I’ve came across:
- Added folder called “plarforms” in the directory of the .exe, with dll’s:
qwindows.dll
qminimal.dll
qoffscreen.dll
- Added a folder “plugins” and placed the platforms -folder there
- Copied the whole plugins folder (although from my Surface’s own Qt install, which is Qt5 also though, just
a version or two newer) to the application folder
- Copied libEGL.dll to the application folder
- Created qt.conf with the lines:
[Paths]
Libraries=./plugins
Also tried Libraries=./platforms
NOTHING seems to work. I also now got the same error on another machine, running Window 2008 Server.. I really need a solution for this, can anyone help? :(
↧