当前位置:网站首页>QT运行显示 This application failed to start because it could not find or load the Qt platform plugin

QT运行显示 This application failed to start because it could not find or load the Qt platform plugin

2022-06-27 09:25:00 qq_32383461

QT发布exe文件以后,运行文件时提示: 
This application failed to start because it could not find or load the Qt platform plugin “windows”. 
Reinstalling the application may fix this problem.

具体如下图所示 

è¿éåå¾çæè¿°
经过检验是生成platforms文件夹内缺少相应的文件,现在是可以自己进行手动切换。

对Qt安装目录下的查找platforms文件,是plugins文件下的一个子文件,将其中的.dll文件放到自己的文件夹下,这样就是可以运行的。
 

原网站

版权声明
本文为[qq_32383461]所创,转载请带上原文链接,感谢
https://blog.csdn.net/qq_32383461/article/details/98054073