Windows: Adapt cross mkspec for MinGW / gcc 4.6.

4.6 becomes the minimum required version in Qt 5.

This commit follows f6c61d13a3.

Change-Id: I151cd5ae63f076c4aa766bc5c9b9fb4d8fcd4f79
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
bb10
Mark Brand 2012-01-11 00:26:22 +01:00 committed by Qt by Nokia
parent e77ef98683
commit dd22fe636b
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#
# qmake configuration for win32-g++-cross
#
# Written for MinGW cross building on Unix
# Written for MinGW cross building on Unix / gcc 4.6 or higher
#
MAKEFILE_GENERATOR = MINGW
@ -19,7 +19,7 @@ QMAKE_LEX = flex
QMAKE_LEXFLAGS =
QMAKE_YACC = byacc
QMAKE_YACCFLAGS = -d
QMAKE_CFLAGS = -pipe
QMAKE_CFLAGS = -pipe -fno-keep-inline-dllexport
QMAKE_CFLAGS_DEPS = -M
QMAKE_CFLAGS_WARN_ON = -Wall
QMAKE_CFLAGS_WARN_OFF = -w