summaryrefslogtreecommitdiffstats
path: root/src/openvg/openvg.pro
diff options
context:
space:
mode:
authorJason Barron <jbarron@trolltech.com>2010-02-01 08:50:51 (GMT)
committerJason Barron <jbarron@trolltech.com>2010-07-12 07:03:02 (GMT)
commit8757747b05940d8ce6e9550b382a7ea196db90b4 (patch)
treed3323fff7c65f28297bf22b3213ec2a63c40e06b /src/openvg/openvg.pro
parentd7b41ca83bd11647a90b78fa388d278cf98189ab (diff)
downloadQt-8757747b05940d8ce6e9550b382a7ea196db90b4.zip
Qt-8757747b05940d8ce6e9550b382a7ea196db90b4.tar.gz
Qt-8757747b05940d8ce6e9550b382a7ea196db90b4.tar.bz2
Move QVGFontGlyphCache from source file into a separate header
Needed in order to subclass and override in the Symbian specific implementation. Reviewed-by: Rhys Weatherley
Diffstat (limited to 'src/openvg/openvg.pro')
-rw-r--r--src/openvg/openvg.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/openvg/openvg.pro b/src/openvg/openvg.pro
index 883f0f3..0000db8 100644
--- a/src/openvg/openvg.pro
+++ b/src/openvg/openvg.pro
@@ -17,7 +17,8 @@ HEADERS += \
qpixmapdata_vg_p.h \
qpixmapfilter_vg_p.h \
qvgcompositionhelper_p.h \
- qvgimagepool_p.h
+ qvgimagepool_p.h \
+ qvgfontglyphcache_p.h
SOURCES += \
qpaintengine_vg.cpp \
qpixmapdata_vg.cpp \