Move dials example to manual test
Pick-to: 6.5 6.6 Change-Id: Ib99a3890b814c2089db62485f0a10cf308ff9b66 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
parent
81db1766dd
commit
5654fbffd5
@ -5,4 +5,3 @@ if(NOT TARGET Qt6::Widgets)
|
|||||||
return()
|
return()
|
||||||
endif()
|
endif()
|
||||||
qt_internal_add_example(knobs)
|
qt_internal_add_example(knobs)
|
||||||
qt_internal_add_example(dials)
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
requires(qtHaveModule(widgets))
|
requires(qtHaveModule(widgets))
|
||||||
|
|
||||||
TEMPLATE = subdirs
|
TEMPLATE = subdirs
|
||||||
SUBDIRS = knobs dials
|
SUBDIRS = knobs
|
||||||
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
Loading…
Reference in New Issue
Block a user