0
点赞
收藏
分享

微信扫一扫

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

冬冬_79d4 2022-11-07 阅读 195
编程语言


This application failed to start because it could not find or load the Qt platform plugin_其它


vs2015+Qt7.0 编译生成的程序在别人的电脑里面运行,出现的这个问题。

内容是打包好的程序缺少 windows 库,

解决办法是找到platforms文件夹,然后拷贝整个文件夹,将其放到与exe相同的路径下

我的platforms 路径

C:\Qt\Qt5.7.0\5.7\msvc2015_64\plugins\platforms

举报

相关推荐

0 条评论