summaryrefslogtreecommitdiffstats
path: root/tests/manual/manual.pro
diff options
context:
space:
mode:
authorOleg Evseev <ev.mipt@gmail.com>2016-04-30 01:06:30 +0300
committerSean Harmer <sean.harmer@kdab.com>2016-08-13 15:37:44 +0000
commitc818f3b70cdcac27b8aaff0b53a5790beebba9e7 (patch)
treeea746e0263df506362263e3e4c277bd447bcbacb /tests/manual/manual.pro
parent8fed49011d501361e63aef7423a3939301ac8b6c (diff)
Add partial data update support for QBuffer
Perform upadateData through queue of replacements specified by QBufferUpdate: start position (offset) and QByteArray (replacing data) Add example based on custom-mesh-cpp to show how updating data works. Task-number: QTBUG-50720 Change-Id: I2eceb514af21209deb278d73c94773e39f300fb3 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'tests/manual/manual.pro')
-rw-r--r--tests/manual/manual.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/manual/manual.pro b/tests/manual/manual.pro
index 9dc36889a..6aa706023 100644
--- a/tests/manual/manual.pro
+++ b/tests/manual/manual.pro
@@ -28,7 +28,9 @@ SUBDIRS += \
tessellation-modes \
transforms-qml \
transparency-qml \
- transparency-qml-scene3d
+ transparency-qml-scene3d \
+ custom-mesh-update-data-cpp \
+ custom-mesh-update-data-qml
qtHaveModule(widgets): {
SUBDIRS += \