ARTICLE DETAIL

建站实战干货

来自一线的建站与推广经验沉淀,每一条都经过真实交付验证。

qt.qpa.plugin: Could not find the Qt platform plugin “windows“ in ““

2026/8/6 23:20:21 拓冰建站 浏览量
qt.qpa.plugin: Could not find the Qt platform plugin “windows“ in ““

系统环境:Win10家庭中文版

Qt : 5.12.9

链接了一些64位的第三方库,程序编译完运行后出现

qt.qpa.plugin: Could not find the Qt platform plugin "windows" in ""

弹窗如下:

网上搜了一些都是关于pyQt的,最终临时解决方案如下:

将Windows下打包发布的platforms文件夹拷贝到可执行程序目录。 

Windows下打包发布链接:Windows下打包发布程序

platforms文件夹内容如下: