From 278152fffd57a14fd5e7eb17064d9a1a17b7d72c Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Wed, 8 Jan 2014 14:12:17 +0100 Subject: Replace win32-g++ with mingw scope Commit 773dd01 introduced a general mingw platform scope, which is cleaner and more flexible than matching the spec name. Change-Id: Ie3a9cb791a83f7c8a51bc4e23069190c452ab521 Reviewed-by: Thiago Macieira --- tools/configure/configure.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/configure') diff --git a/tools/configure/configure.pro b/tools/configure/configure.pro index 215a137adf..b73a93431d 100644 --- a/tools/configure/configure.pro +++ b/tools/configure/configure.pro @@ -7,7 +7,7 @@ DEFINES = UNICODE QT_NO_CODECS QT_NO_TEXTCODEC QT_NO_UNICODETABLES QT_LITE_COMP DEFINES += QT_BOOTSTRAPPED QT_BUILD_CONFIGURE win32 : LIBS += -lole32 -ladvapi32 -win32-g++* : LIBS += -luuid +mingw : LIBS += -luuid win32-msvc* { QMAKE_CFLAGS_RELEASE -= -MD -- cgit v1.2.3