[记录C++报错]qt.qpa.plugin: Could not find the Qt platform plugin “windows“ in ““

使用VS2019 Qt5.14时编译网上项目,出现该错误

qt.qpa.plugin: Could not find the Qt platform plugin "windows" in ""
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Debug Error!

Program: D:\C++ Project\OperateCurve\x64\Debug\Qt5Cored.dll
Module: 5.14.0
File: kernel\qguiapplication.cpp
Line: 1228
 

解决方法:

询问GPT说缺少qwindows.dll插件,加入插件的方法如下:

1.找到Qt安装下的qwindows.dll,一般路径为D:\Qt\<你的版本>\msvc2015\plugins\platforms\

比如我的文件路径如下:

2.将qwindows.dll 文件复制到你的项目可执行文件所在的plugins/platforms目录中,具体操作为:(1)找到可执行文件路径,一般路径为:D:\项目路径\项目名称\x64\Debug\项目名称.exe

(2)在同一目录下(D:\C++ Project\OperateCurve\x64\Debug\),手动创建一个名为 plugins 的文件夹

(3)在 plugins中创建 platforms文件夹,并将刚刚复制的qwindows.dll粘贴到platforms文件夹中

4.运行成功。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值