Replace win32-g++ with mingw scope
authorKai Koehne <kai.koehne@digia.com>
Wed, 29 Jan 2014 13:49:32 +0000 (14:49 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 31 Jan 2014 07:48:39 +0000 (08:48 +0100)
Commit 773dd01 in qtbase introduced a general mingw platform scope, which
is cleaner and more flexible than matching the spec name.

(see 278152fff for a similar commit in qtbase).

Change-Id: Ia374dd565469750efed2b537e48c651fc3af8cb5
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
src/designer/src/components/lib/lib.pro

index f37af31..b1e88e0 100644 (file)
@@ -42,4 +42,4 @@ PRECOMPILED_HEADER= lib_pch.h
 # * MinGW-builds GCC 4.6.3 64-bit
 # * MinGW-builds GCC 4.7.1 64-bit
 # * MinGW-w64 GCC 4.7.1 64-bit (rubenvb)
-win32-g++*:CONFIG -= precompile_header
+mingw:CONFIG -= precompile_header