使用QT5.0.1+QtCreator+MinGW编译自己项目的release版本后,在其他机器上发布时,遇到如下错误:

failed to load plaform plugin "windows" 

warning: invalid parameter passed to C runtime function

qt网站上对在windows上部署有专门的说明:http://qt-project.org/doc/qt-5.0/qtdoc/deployment-windows.html

需要在与exe平行目录中部署platforms\qwindows.dll.

The Qt Windows platform plugin platforms\windows.dll

相关文章:

  • 2021-09-11
  • 2022-12-23
  • 2021-05-05
  • 2021-09-08
  • 2021-04-18
  • 2021-08-27
  • 2021-07-21
猜你喜欢
  • 2022-12-23
  • 2021-04-13
  • 2022-02-09
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案