Crossplatform shared build
-
I compiled a shared qt on linux for windows
everything is fine, but my program depends on libstdc++-6.dll and libgcc_s_seh-1.dl,
these libraries did not come together with qt
Where can I get them? -
@koahnig
in the folder with the compiler there is only one libraryandrei@quasarapp:/usr/x86_64-w64-mingw32/lib$ ls | grep *.dll libwinpthread-1.dll andrei@quasarapp:/usr/x86_64-w64-mingw32/lib$ ls | grep std libstdprov.a andrei@quasarapp:/usr/x86_64-w64-mingw32/lib$ ls | grep gcc andrei@quasarapp:/usr/x86_64-w64-mingw32/lib