当我运行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. 结果,我可以看到编译器运行时库不包含在部署的包中,即使我显式使用--compiler-runtimeflag。我不确定我错过了什么步骤?