From 76bdce73b53dd505efa9d6a5bd114465c961517d Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Fri, 17 Jan 2014 14:28:07 +0100 Subject: Replace win32-g++ with mingw scope 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: I36449cfa199db8bd25ffb0f7b384346cd74897d8 Reviewed-by: Joerg Bornemann --- examples/activeqt/activeqt.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/activeqt/activeqt.pro b/examples/activeqt/activeqt.pro index 09b58e6..2a8d0c3 100644 --- a/examples/activeqt/activeqt.pro +++ b/examples/activeqt/activeqt.pro @@ -11,4 +11,4 @@ contains(QT_CONFIG, opengl):!contains(QT_CONFIG, opengles2):SUBDIRS += opengl # For now only the contain examples with mingw, for the others you need # an IDL compiler -win32-g++*|wince*:SUBDIRS = webbrowser +mingw|wince*:SUBDIRS = webbrowser -- cgit v1.2.1