summaryrefslogtreecommitdiffstats
path: root/src/openvg/openvg.pro
diff options
context:
space:
mode:
authorJason Barron <jason.barron@nokia.com>2010-10-06 08:14:21 (GMT)
committerJason Barron <jason.barron@nokia.com>2010-10-06 08:21:05 (GMT)
commitd1e415f30b080f0aafefb13aa402634e5710b343 (patch)
tree5eaa2f67a5aa0e1cb382188efdbdf93ad0088fe4 /src/openvg/openvg.pro
parent97d436160c87876cdc272b3ce0bb09256d78405c (diff)
downloadQt-d1e415f30b080f0aafefb13aa402634e5710b343.zip
Qt-d1e415f30b080f0aafefb13aa402634e5710b343.tar.gz
Qt-d1e415f30b080f0aafefb13aa402634e5710b343.tar.bz2
Define QVG_SCISSOR_CLIP for QtOpenVG on Symbian.
I avoided adding this flag for ages since I wasn't convinced that it was needed on all Symbian OpenVG hardware, but not having it has caused more problems since people report problems when it is not enabled. Simple solution is just to add it. Task-number: QTBUG-11311 Reviewed-by: Jani Hautakangas
Diffstat (limited to 'src/openvg/openvg.pro')
-rw-r--r--src/openvg/openvg.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openvg/openvg.pro b/src/openvg/openvg.pro
index eb60331..c05af90 100644
--- a/src/openvg/openvg.pro
+++ b/src/openvg/openvg.pro
@@ -35,7 +35,7 @@ contains(QT_CONFIG, egl) {
}
symbian {
- DEFINES += QVG_RECREATE_ON_SIZE_CHANGE QVG_BUFFER_SCROLLING
+ DEFINES += QVG_RECREATE_ON_SIZE_CHANGE QVG_BUFFER_SCROLLING QVG_SCISSOR_CLIP
SOURCES += \
qvg_symbian.cpp
}