Move pinch zoom example to manual test

Change-Id: I0632a839ef069e13a8b859a22f47be2e7423ffb0
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
(cherry picked from commit c7702638f33b78c39981504574db5021e1d7c383)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Tor Arne Vestbø 2023-06-26 15:01:41 +02:00 committed by Qt Cherry-pick Bot
parent 1dc356cf5e
commit 3b4c6da046
13 changed files with 1 additions and 2 deletions

View File

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

View File

@ -1,4 +1,4 @@
requires(qtHaveModule(widgets)) requires(qtHaveModule(widgets))
TEMPLATE = subdirs 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