Move pinch zoom example to manual test

Pick-to: 6.5 6.6
Change-Id: I0632a839ef069e13a8b859a22f47be2e7423ffb0
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
Tor Arne Vestbø 2023-06-26 15:01:41 +02:00
parent e00d8aa6a8
commit c7702638f3
13 changed files with 1 additions and 2 deletions

View File

@ -4,6 +4,5 @@
if(NOT TARGET Qt6::Widgets)
return()
endif()
qt_internal_add_example(pinchzoom)
qt_internal_add_example(knobs)
qt_internal_add_example(dials)

View File

@ -1,4 +1,4 @@
requires(qtHaveModule(widgets))
TEMPLATE = subdirs
SUBDIRS = pinchzoom knobs dials
SUBDIRS = knobs dials

View File

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB