Qt 5.3.1 application error: Could not find or load the Qt platform plugin “windows”

て烟熏妆下的殇ゞ 提交于 2019-12-25 03:35:22

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!