【发布时间】:2019-01-09 20:13:36
【问题描述】:
当我运行 windeployqt 来部署我的应用程序时,我收到以下警告:
Warning: Cannot find GCC installation directory. g++.exe must be in the path.
尽管我已将Path 环境变量设置为包含位于C:\Qt\Qt5.12.0\5.12.0\mingw73_64\bin 的Qt 的MinGW 二进制文件。结果,我可以看到编译器运行时库不包含在部署的包中,即使我明确使用--compiler-runtime 标志也是如此。我不确定我错过了哪一步?
【问题讨论】:
标签: qt deployment g++ mingw windeployqt