summaryrefslogtreecommitdiffstats
path: root/src/opengl/qgraphicsshadereffect_p.h
diff options
context:
space:
mode:
authorSérgio Martins <sergio.martins@kdab.com>2014-02-08 00:11:56 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-12 01:41:26 +0100
commit8f899cd19837e91b52fbeef184a21423bd27815e (patch)
tree3e6e3de8aaee884b6469b7039f23f5023ee9cdbe /src/opengl/qgraphicsshadereffect_p.h
parent4d6cb199b828256cb78ff986f2c1a508b339d2ee (diff)
Fix build with QT_NO_GRAPHICSEFFECT
Change-Id: Iadc78c270f541067dbbebcf77748077cc3a8be13 Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
Diffstat (limited to 'src/opengl/qgraphicsshadereffect_p.h')
-rw-r--r--src/opengl/qgraphicsshadereffect_p.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/opengl/qgraphicsshadereffect_p.h b/src/opengl/qgraphicsshadereffect_p.h
index 8a7c082afa..3f879fc2d2 100644
--- a/src/opengl/qgraphicsshadereffect_p.h
+++ b/src/opengl/qgraphicsshadereffect_p.h
@@ -54,6 +54,9 @@
//
#include <QtWidgets/qgraphicseffect.h>
+
+#ifndef QT_NO_GRAPHICSEFFECT
+
#include <QtOpenGL/qtopenglglobal.h>
QT_BEGIN_NAMESPACE
@@ -87,4 +90,6 @@ private:
QT_END_NAMESPACE
+#endif // QT_NO_GRAPHICSEFFECT
+
#endif // QGRAPHICSSHADEREFFECT_P_H