Application failed to start because it could not find or load the QT platform plugin “windows”
今天用VS 2019进行QT程序开发时,在vs界面中调试编译程序时没有问题,但是进入到生成的exe文件夹下运行exe文件是却总是跳出一个提示框报错:
Application failed to start because it could not find or load the QT platform plugin “windows”;这段报错困扰我许久,尝试过网上许多方法,都不能成功。当然最后还是成功了,
解决步骤
第一步:打开Qt安装目录
这个是我电脑的安装目录:D:\QT\5.9.1\msvc2017_64\bin
第二步:将该目录里面的Qt5Core.dll, Qt5Gui.dll, Qt5Widgets.dll,以及D:\QT\5.9.1\msvc2017_64\plugins拷贝到vs2019项目解决方案:
第三步:再次运行检测是否成功。
没有报错