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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/scenegraph/qsgcontext.cpp b/src/quick/scenegraph/qsgcontext.cpp
index cec85cc8f6..c9ac190e86 100644
--- a/src/quick/scenegraph/qsgcontext.cpp
+++ b/src/quick/scenegraph/qsgcontext.cpp
@@ -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)