前提概要

         基于QT5开发的绿色windows程序,之前在开发电脑可以正常运行,放在其他电脑就报错了

报错信息

       参考图

QT程序报错This application failed to start because it could not find or load the Qt platform plugin

 

 解决办法

        

在  QT Creator的安装目录将platforms目录复制到应用程序目录

       参考路径

             D:\Qt\Qt5.8.0\5.8\mingw53_32\plugins\platforms

        提示

               是将 platforms 目录和文件一起复制到应用程序目录

         参考图

QT程序报错This application failed to start because it could not find or load the Qt platform plugin

相关文章:

  • 2021-09-26
  • 2021-07-21
  • 2022-12-23
  • 2021-05-14
  • 2021-04-03
  • 2021-11-28
  • 2021-04-04
猜你喜欢
  • 2021-07-30
  • 2021-08-22
  • 2022-12-23
  • 2021-06-28
  • 2021-07-12
  • 2021-05-11
  • 2021-10-24
相关资源
相似解决方案