summaryrefslogtreecommitdiff
path: root/vcl/Library_vclplug_qt5.mk
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2017-10-30 16:11:09 +0100
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2017-11-06 12:05:32 +0100
commitefb96db1095c07155e30eac270d1ddcfb4c0fec2 (patch)
tree6adc2957313eba74bf7cf8588bbd0aa7e6b8e9ca /vcl/Library_vclplug_qt5.mk
parente391db0974d6c3a8188b883a0927bed339436fbc (diff)
QT5 implement Graphics damage tracking
Since we implement SalGraphics handling like the gtk3 backend, we need damage tracking to queue updates. Since there is no native damage tracking in Qt5, we have to log the damage in our subclassed QPainter, which will queue an update on destruction. Change-Id: Ife17770750a5be9959c2fc2633b422908d196869
Diffstat (limited to 'vcl/Library_vclplug_qt5.mk')
-rw-r--r--vcl/Library_vclplug_qt5.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/Library_vclplug_qt5.mk b/vcl/Library_vclplug_qt5.mk
index d82b7d2fcd31..fba78d738883 100644
--- a/vcl/Library_vclplug_qt5.mk
+++ b/vcl/Library_vclplug_qt5.mk
@@ -91,6 +91,7 @@ $(eval $(call gb_Library_add_exception_objects,vclplug_qt5,\
vcl/qt5/Qt5Instance \
vcl/qt5/Qt5Instance_Print \
vcl/qt5/Qt5Object \
+ vcl/qt5/Qt5Painter \
vcl/qt5/Qt5Printer \
vcl/qt5/Qt5Timer \
vcl/qt5/Qt5Tools \