Installer exe
-
I creating installer for qt projects in qt verison 5.15.2, Installer created. When it opens the application getting error libgcc_s_seh-1.dll, libstdc++-6.dll not found but it is available in C:/ > Qt >Tools > mingw810_64 > bin folder?
How to solve this issue? -
I creating installer for qt projects in qt verison 5.15.2, Installer created. When it opens the application getting error libgcc_s_seh-1.dll, libstdc++-6.dll not found but it is available in C:/ > Qt >Tools > mingw810_64 > bin folder?
How to solve this issue? -
@Rockerz Looks like the .dll are not present in the .exe folder. Try copying them manually into the .exe folder and see if it works.
-
R Rockerz has marked this topic as solved on
-
@Redman I copied those .dll files pasted in application folder it works.
windeployqt.exe with application path required .dll files are generated except ibgcc_s_seh-1.dll, libstdc++-6.dll , libwinpthread-1.dll May I know the reason for that.