Phil-Mao

自由在于选择看待事物的态度

0%

Qt开发小技巧

Qt

  1. 遇到 Qt 报错
    1
    2
    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.

使用 qt 自带的windeployqt.exe 重新运行一下可执行文件,就OK 啦!

1
windeployqt ./$APP_NAME.exe

重新初始化一些qt的依赖库和显示窗口,就完事了。