今天在直接运行Qt程序时遇到了一个错误:This application failed to start because no Qt platform plugin could be initialized,Reinstall the application may fix the problem:
刚安装的qt5.14.2,拷贝程序所需库后还是有问题。
百度之后:
方法一:让设置plugins的环境变量
设置之后,还是出现同样的错误。
方法二:使用Qt部署工具windeployqt.exe(在qt安装目录中)来检测运行该exe所需动态库,运行命令:
windeployqt.exe 目标.exe
运行完成后,目标.exe同级目录中就会出现其依赖库了,相关的plugins和platform文件夹与动态库都会拷贝在该目录下。
再次运行时,exe启动了,问题解决了!
遇到问题要解决问题,不要拖延松懈。
参考他人博客
https://www.360kuai.com/pc/9a69c1b13e0fde565?cota=4&kuai_so=1&tj_url=so_rec&sign=360_57c3bbd1&refer_scene=so_1