aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/qsgdefaultglyphnode_p.cpp
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@theqtcompany.com>2016-02-12 15:32:08 +0100
committerLaszlo Agocs <laszlo.agocs@theqtcompany.com>2016-02-12 19:45:45 +0000
commitb6ff963362955f63ca35daa0268d8fde93229997 (patch)
tree764b3b8d6e9e3407ea6f7e5b6af1b005f9308ded /src/quick/scenegraph/qsgdefaultglyphnode_p.cpp
parent707e6f528fc79db236d282e7ea41eb952c825433 (diff)
Revert "Build (and fail) Quick with -no-opengl"
This reverts commit 707e6f528fc79db236d282e7ea41eb952c825433. We will not pursue this route for the time being. Change-Id: Idd1fce362440f6bf1b58901a289843fdfb39a5b7 Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
Diffstat (limited to 'src/quick/scenegraph/qsgdefaultglyphnode_p.cpp')
-rw-r--r--src/quick/scenegraph/qsgdefaultglyphnode_p.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/quick/scenegraph/qsgdefaultglyphnode_p.cpp b/src/quick/scenegraph/qsgdefaultglyphnode_p.cpp
index ada358f02d..78b803df83 100644
--- a/src/quick/scenegraph/qsgdefaultglyphnode_p.cpp
+++ b/src/quick/scenegraph/qsgdefaultglyphnode_p.cpp
@@ -45,10 +45,7 @@
#include <QtGui/private/qguiapplication_p.h>
#include <qpa/qplatformintegration.h>
#include <private/qfontengine_p.h>
-
-#ifndef QT_NO_OPENGL
#include <private/qopenglextensions_p.h>
-#endif
#include <QtQuick/qquickwindow.h>
#include <QtQuick/private/qsgtexture_p.h>