Download Qt, the software that allows you to reach all your target platforms — desktop and embedded systems — and try out our UI and UX design tools. Qt Platform Windows Plugin. The Qt Software Development Kit (SDK) is a cross-platform application framework that is widely used for developing application software with a graphical user interface (GUI). It is a portable cross platform application user interface framework which works on the Windows, Linux and Mac OS X operating systems.
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 folderCopied libEGL.dll to the application folder
Created qt.conf with the lines:
Qt Platform Plugin Windows 7 Download
@[Paths]
Libraries=./plugins@
Also tried Libraries=./platforms
Qt Platform Plugin Windows 7 Download
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? :(