Qt
- 遇到 Qt 报错
1
2qt.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的依赖库和显示窗口,就完事了。