Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
4.7.3, 4.7.4, 4.8.0, 4.8.x
-
None
-
Symbian^3 public SDK 1.0
Description
When compiling Qt for Symbian the qvg.h has the definition of class QSymbianVGFontGlyphCache inside #ifndef QVG_NO_DRAW_GLYPHS. However the implementation in qvg_symbian.cpp does not have the #ifndef around the class implementation. This causes the compilation to fail, because armcc cannot find the class declaration.