This application failed to start because it could not find or load the Qt platform plugin "windows"

亦凉 2023-07-13 03:46 115阅读 0赞

原因分析:

qt无法识别当前路径下的platform的dll文件,主要原因是路径配置或者安装路径有误。

解决办法:

将qt安装目录下的platform文件夹复制到qt项目debug文件夹中,或者是release文件夹中
在这里插入图片描述
在这里插入图片描述

发表评论

表情:
评论列表 (有 0 条评论,115人围观)

还没有评论,来说两句吧...

相关阅读