Hello!
I have prepared static build of Qt. It works great, my apps doesn't need Qt5Gui.dll and so on. But it still needs libwinpthread-1.dll, libstdc++-6.dll and libgcc_s_sjlj-1.dll. What can I do to include them in my build?
I have Windows 7 x64, mingw47_32. I use QtCreator 2.7.0 to build binaries.
I've read that I need to add -static-libgcc to build with libgcc_s_sjlj-1.dll, but where do I have to put this?
Bookmarks