summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@digia.com>2014-01-17 14:28:07 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-21 11:11:41 +0100
commit76bdce73b53dd505efa9d6a5bd114465c961517d (patch)
tree27194f81cc320040f6f666d1d2996abb660d9a29 /examples
parentb29f51357b4d18f33f5d522994aeff149737b358 (diff)
downloadqtactiveqt-76bdce73b53dd505efa9d6a5bd114465c961517d.tar.gz
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 <joerg.bornemann@digia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/activeqt/activeqt.pro2
1 files changed, 1 insertions, 1 deletions
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