2010. május 4., kedd

Linking Qt under MinGW

I think earlier I forgot to write a blog post about problems of linking with Qt under MinGW/Windows. I experienced problems with linking Qt libraries and the solution was to check the linker options of the Qt libraries during compilation. Adding the following linker options to my project, solved the problem:

-enable-stdcall-fixup -Wl,--enable-auto-import,-enable-runtime-pseudo-reloc

Nincsenek megjegyzések: