summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui.pro
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.p.agocs@nokia.com>2011-02-28 13:55:33 +0200
committerLaszlo Agocs <laszlo.p.agocs@nokia.com>2011-02-28 13:55:33 +0200
commitae6bc1d824f5ae24a259be0c68241873cb96739f (patch)
tree3c6780fa6c2101ff77ce60a49f565fee84de7e48 /tests/auto/gui.pro
parent0db888489e613ca5c5c57c46e1043e1823fcd0d8 (diff)
Changed QPixmap VG backend to use CFbsBitmap on Symbian.
Similarly to QS60PixmapData, that is used on raster, QVGPixmapData is also backed by a CFbsBitmap from now on (at least when it makes sense to do so). This allows copy-less bitmap handle duplication in from- and toSymbianCFbsBitmap() in case of certain image formats, reduces local heap usage and improves performance with the s60 style due to a reduced number of pixel data copies. Task-number: QT-2505 Reviewed-by: Jason Barron Reviewed-by: Jani Hautakangas
Diffstat (limited to 'tests/auto/gui.pro')
-rw-r--r--tests/auto/gui.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/gui.pro b/tests/auto/gui.pro
index 802e74a18f..6cde48b7f9 100644
--- a/tests/auto/gui.pro
+++ b/tests/auto/gui.pro
@@ -115,6 +115,7 @@ SUBDIRS=\
qmimedata \
qmouseevent_modal \
qmovie \
+ qvolatileimage \
qnetworkaccessmanager_and_qprogressdialog \
qnetworkcachemetadata \
qnetworkdiskcache \