summaryrefslogtreecommitdiffstats
path: root/src/angle/src/compiler
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@digia.com>2014-01-08 14:12:17 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-17 12:08:24 +0100
commit278152fffd57a14fd5e7eb17064d9a1a17b7d72c (patch)
treeb0eebfc91c8072290359ce28255b80cbc1bf0f9b /src/angle/src/compiler
parente59b28e08e7212415726fe9cd1b394e92607f061 (diff)
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 <thiago.macieira@intel.com>
Diffstat (limited to 'src/angle/src/compiler')
-rw-r--r--src/angle/src/compiler/translator_common.pro2
-rw-r--r--src/angle/src/compiler/translator_hlsl.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/angle/src/compiler/translator_common.pro b/src/angle/src/compiler/translator_common.pro
index 5581c9dc58..c8f86d6b10 100644
--- a/src/angle/src/compiler/translator_common.pro
+++ b/src/angle/src/compiler/translator_common.pro
@@ -5,7 +5,7 @@ TARGET = $$qtLibraryTarget(translator_common)
include(../config.pri)
# Mingw 4.7 chokes on implicit move semantics, so disable C++11 here
-win32-g++*: CONFIG -= c++11
+mingw: CONFIG -= c++11
INCLUDEPATH += \
$$ANGLE_DIR/src \
diff --git a/src/angle/src/compiler/translator_hlsl.pro b/src/angle/src/compiler/translator_hlsl.pro
index 1c31cad297..f19d33a530 100644
--- a/src/angle/src/compiler/translator_hlsl.pro
+++ b/src/angle/src/compiler/translator_hlsl.pro
@@ -5,7 +5,7 @@ TARGET = $$qtLibraryTarget(translator_hlsl)
include(../config.pri)
# Mingw 4.7 chokes on implicit move semantics, so disable C++11 here
-win32-g++*: CONFIG -= c++11
+mingw: CONFIG -= c++11
INCLUDEPATH += $$ANGLE_DIR/src \
$$ANGLE_DIR/include