diff --git a/examples/widgets/touch/CMakeLists.txt b/examples/widgets/touch/CMakeLists.txt index 4cf78789639..5797a042126 100644 --- a/examples/widgets/touch/CMakeLists.txt +++ b/examples/widgets/touch/CMakeLists.txt @@ -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) diff --git a/examples/widgets/touch/touch.pro b/examples/widgets/touch/touch.pro index 018ec134ebf..49c088fc86f 100644 --- a/examples/widgets/touch/touch.pro +++ b/examples/widgets/touch/touch.pro @@ -1,4 +1,4 @@ requires(qtHaveModule(widgets)) TEMPLATE = subdirs -SUBDIRS = pinchzoom fingerpaint knobs dials +SUBDIRS = pinchzoom knobs dials diff --git a/examples/widgets/touch/fingerpaint/CMakeLists.txt b/tests/manual/examples/widgets/touch/fingerpaint/CMakeLists.txt similarity index 100% rename from examples/widgets/touch/fingerpaint/CMakeLists.txt rename to tests/manual/examples/widgets/touch/fingerpaint/CMakeLists.txt diff --git a/examples/widgets/touch/fingerpaint/doc/src/fingerpaint.qdoc b/tests/manual/examples/widgets/touch/fingerpaint/doc/src/fingerpaint.qdoc similarity index 100% rename from examples/widgets/touch/fingerpaint/doc/src/fingerpaint.qdoc rename to tests/manual/examples/widgets/touch/fingerpaint/doc/src/fingerpaint.qdoc diff --git a/examples/widgets/touch/fingerpaint/fingerpaint.pro b/tests/manual/examples/widgets/touch/fingerpaint/fingerpaint.pro similarity index 100% rename from examples/widgets/touch/fingerpaint/fingerpaint.pro rename to tests/manual/examples/widgets/touch/fingerpaint/fingerpaint.pro diff --git a/examples/widgets/touch/fingerpaint/main.cpp b/tests/manual/examples/widgets/touch/fingerpaint/main.cpp similarity index 100% rename from examples/widgets/touch/fingerpaint/main.cpp rename to tests/manual/examples/widgets/touch/fingerpaint/main.cpp diff --git a/examples/widgets/touch/fingerpaint/mainwindow.cpp b/tests/manual/examples/widgets/touch/fingerpaint/mainwindow.cpp similarity index 100% rename from examples/widgets/touch/fingerpaint/mainwindow.cpp rename to tests/manual/examples/widgets/touch/fingerpaint/mainwindow.cpp diff --git a/examples/widgets/touch/fingerpaint/mainwindow.h b/tests/manual/examples/widgets/touch/fingerpaint/mainwindow.h similarity index 100% rename from examples/widgets/touch/fingerpaint/mainwindow.h rename to tests/manual/examples/widgets/touch/fingerpaint/mainwindow.h diff --git a/examples/widgets/touch/fingerpaint/scribblearea.cpp b/tests/manual/examples/widgets/touch/fingerpaint/scribblearea.cpp similarity index 100% rename from examples/widgets/touch/fingerpaint/scribblearea.cpp rename to tests/manual/examples/widgets/touch/fingerpaint/scribblearea.cpp diff --git a/examples/widgets/touch/fingerpaint/scribblearea.h b/tests/manual/examples/widgets/touch/fingerpaint/scribblearea.h similarity index 100% rename from examples/widgets/touch/fingerpaint/scribblearea.h rename to tests/manual/examples/widgets/touch/fingerpaint/scribblearea.h