summaryrefslogtreecommitdiffstats
path: root/src/openvg/qvg_p.h
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2010-10-12 07:10:43 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2010-10-12 07:10:43 (GMT)
commit2d23ed056fcc5276d322e3ac057baff4c3449406 (patch)
tree2477018d23e8e7388c55522354b3ce791a11ca39 /src/openvg/qvg_p.h
parent38eb28d6d28506bfc50a69c6db517b9c51be385f (diff)
parent1192782e688f04e6e0d86e7c311afe79eb04ab5b (diff)
downloadQt-2d23ed056fcc5276d322e3ac057baff4c3449406.zip
Qt-2d23ed056fcc5276d322e3ac057baff4c3449406.tar.gz
Qt-2d23ed056fcc5276d322e3ac057baff4c3449406.tar.bz2
Merge branch 4.7 into qt-master-from-4.7
Diffstat (limited to 'src/openvg/qvg_p.h')
-rw-r--r--src/openvg/qvg_p.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/openvg/qvg_p.h b/src/openvg/qvg_p.h
index 51abbee..94d1eae 100644
--- a/src/openvg/qvg_p.h
+++ b/src/openvg/qvg_p.h
@@ -55,6 +55,11 @@
// We mean it.
//
+// vgDrawGlyphs() only exists in OpenVG 1.1 and higher.
+#if !defined(OPENVG_VERSION_1_1) && !defined(QVG_NO_DRAW_GLYPHS)
+#define QVG_NO_DRAW_GLYPHS 1
+#endif
+
#include <QtGui/qimage.h>
#if !defined(QT_NO_EGL)