问题
Precompiled Qt 5.3.1 with dynamic libraries, MinGW 32, Windows 8.1 x64
The deployed application cannot start on another computer giving the error:
Could not find or load the Qt platform plugin "windows"
回答1:
Solved by copying DLL from Qt's folder to ../MyApp/platforms/qwindows.dll.
Note: there is no "plugins" directory in path
来源:https://stackoverflow.com/questions/25012347/qt-5-3-1-application-error-could-not-find-or-load-the-qt-platform-plugin-windo