Originally Posted by FS Lover how to pass that option to Qt's build system? You can pass that option with QMAKE_LFLAGS. With the command line: qmake QMAKE_LFLAGS+=-static-libgcc -config release Or adding QMAKE_LFLAGS+=-static-libgcc in your .pro file.
Forum Rules
Bookmarks