aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/qsgcontext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/scenegraph/qsgcontext.cpp')
-rw-r--r--src/quick/scenegraph/qsgcontext.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quick/scenegraph/qsgcontext.cpp b/src/quick/scenegraph/qsgcontext.cpp
index 21c6feef5b..c9ac190e86 100644
--- a/src/quick/scenegraph/qsgcontext.cpp
+++ b/src/quick/scenegraph/qsgcontext.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the QtQml module of the Qt Toolkit.
@@ -98,7 +98,7 @@ public:
: gl(0)
, depthStencilBufferManager(0)
, distanceFieldCacheManager(0)
- #ifndef QT_OPENGL_ES
+ #if !defined(QT_OPENGL_ES) || defined(QT_OPENGL_ES_2_ANGLE)
, distanceFieldAntialiasing(QSGGlyphNode::HighQualitySubPixelAntialiasing)
#else
, distanceFieldAntialiasing(QSGGlyphNode::GrayAntialiasing)