error fix
qtwindeploy output missing ‘libgcc_s_seh-1.dll’ error fix
While deploying qt in windows, the official docs recommend using windeployqt.exe However, once the outputs of windeployqt.exe are packaged and executed in a different machine without any qt installments, I encountered “msising libgcc_s_seh-1.dll” error. Solution When I ran windeployqt.exe, I just ran it from powershell. When I used the Qt Read more…