diff options
Diffstat (limited to 'tests/manual/manual.pro')
-rw-r--r-- | tests/manual/manual.pro | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/manual/manual.pro b/tests/manual/manual.pro index 6aa706023..5b17f18a2 100644 --- a/tests/manual/manual.pro +++ b/tests/manual/manual.pro @@ -9,6 +9,8 @@ SUBDIRS += \ component-changes \ custom-mesh-cpp \ custom-mesh-qml \ + custom-mesh-update-data-cpp \ + custom-mesh-update-data-qml \ cylinder-cpp \ cylinder-qml \ deferred-renderer-cpp \ @@ -20,6 +22,7 @@ SUBDIRS += \ keyboardinput-qml \ loader-qml \ mouseinput-qml \ + multiplewindows-qml \ picking-qml \ plasma \ scene3d-loader \ @@ -28,9 +31,7 @@ SUBDIRS += \ tessellation-modes \ transforms-qml \ transparency-qml \ - transparency-qml-scene3d \ - custom-mesh-update-data-cpp \ - custom-mesh-update-data-qml + transparency-qml-scene3d qtHaveModule(widgets): { SUBDIRS += \ |