diff options
author | Jason Barron <jbarron@trolltech.com> | 2010-02-01 09:54:53 (GMT) |
---|---|---|
committer | Jason Barron <jbarron@trolltech.com> | 2010-07-12 07:03:03 (GMT) |
commit | a07ae6df3c274639ff68856cd2e68689a3ddbf3f (patch) | |
tree | 0a5e09ae25ac92803f869fa09af3cc0d6cb54db9 /src/openvg/openvg.pro | |
parent | 8757747b05940d8ce6e9550b382a7ea196db90b4 (diff) | |
download | Qt-a07ae6df3c274639ff68856cd2e68689a3ddbf3f.zip Qt-a07ae6df3c274639ff68856cd2e68689a3ddbf3f.tar.gz Qt-a07ae6df3c274639ff68856cd2e68689a3ddbf3f.tar.bz2 |
Add new file for Symbian specific VG stuff and add Symbian glyph cache.
Factor out the Symbian specific bits of QVGPixmapData into a separate
file and introduce our subclassed implementation of the VG font cache.
Also make our font cache a friend of the S60 font engine because the
cache needs to access the CFont member to create the glyph image.
Reviewed-by: Alessandro Portale
Diffstat (limited to 'src/openvg/openvg.pro')
-rw-r--r-- | src/openvg/openvg.pro | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/openvg/openvg.pro b/src/openvg/openvg.pro index 0000db8..eb60331 100644 --- a/src/openvg/openvg.pro +++ b/src/openvg/openvg.pro @@ -34,7 +34,11 @@ contains(QT_CONFIG, egl) { qwindowsurface_vgegl.cpp } -symbian: DEFINES += QVG_RECREATE_ON_SIZE_CHANGE QVG_BUFFER_SCROLLING +symbian { + DEFINES += QVG_RECREATE_ON_SIZE_CHANGE QVG_BUFFER_SCROLLING + SOURCES += \ + qvg_symbian.cpp +} include(../qbase.pri) |