diff options
author | Jason Barron <jason.barron@nokia.com> | 2010-10-06 08:14:21 (GMT) |
---|---|---|
committer | Jason Barron <jason.barron@nokia.com> | 2010-10-06 08:21:05 (GMT) |
commit | d1e415f30b080f0aafefb13aa402634e5710b343 (patch) | |
tree | 5eaa2f67a5aa0e1cb382188efdbdf93ad0088fe4 /src/openvg | |
parent | 97d436160c87876cdc272b3ce0bb09256d78405c (diff) | |
download | Qt-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')
-rw-r--r-- | src/openvg/openvg.pro | 2 |
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 } |