Move finger paint example to manual test

Pick-to: 6.5 6.6
Change-Id: I26eec035eaa78eac2aa96de72ae38093bc08fd23
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
Tor Arne Vestbø 2023-06-26 14:20:41 +02:00
parent bd32c7d705
commit 0b6f5ae131
10 changed files with 1 additions and 2 deletions

View File

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

View File

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