When I run windeployqt
to deploy my application, I get the following warning:
Warning: Cannot find GCC installation directory. g++.exe must be in the path.
Even though I have set the Path
environment variable to include the Qt's MinGW binary files located at C:\Qt\Qt5.12.0\5.12.0\mingw73_64\bin
. As a result, I can see that the compiler runtime libraries are not included in the deployed package, even when I explicitly use --compiler-runtime
flag. I am not sure what step I am missing?