From 0b6f5ae131af140088fbc5e770779f9cf8fdbd7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Mon, 26 Jun 2023 14:20:41 +0200 Subject: [PATCH] Move finger paint example to manual test Pick-to: 6.5 6.6 Change-Id: I26eec035eaa78eac2aa96de72ae38093bc08fd23 Reviewed-by: Volker Hilsheimer --- examples/widgets/touch/CMakeLists.txt | 1 - examples/widgets/touch/touch.pro | 2 +- .../manual/examples}/widgets/touch/fingerpaint/CMakeLists.txt | 0 .../widgets/touch/fingerpaint/doc/src/fingerpaint.qdoc | 0 .../manual/examples}/widgets/touch/fingerpaint/fingerpaint.pro | 0 .../manual/examples}/widgets/touch/fingerpaint/main.cpp | 0 .../manual/examples}/widgets/touch/fingerpaint/mainwindow.cpp | 0 .../manual/examples}/widgets/touch/fingerpaint/mainwindow.h | 0 .../manual/examples}/widgets/touch/fingerpaint/scribblearea.cpp | 0 .../manual/examples}/widgets/touch/fingerpaint/scribblearea.h | 0 10 files changed, 1 insertion(+), 2 deletions(-) rename {examples => tests/manual/examples}/widgets/touch/fingerpaint/CMakeLists.txt (100%) rename {examples => tests/manual/examples}/widgets/touch/fingerpaint/doc/src/fingerpaint.qdoc (100%) rename {examples => tests/manual/examples}/widgets/touch/fingerpaint/fingerpaint.pro (100%) rename {examples => tests/manual/examples}/widgets/touch/fingerpaint/main.cpp (100%) rename {examples => tests/manual/examples}/widgets/touch/fingerpaint/mainwindow.cpp (100%) rename {examples => tests/manual/examples}/widgets/touch/fingerpaint/mainwindow.h (100%) rename {examples => tests/manual/examples}/widgets/touch/fingerpaint/scribblearea.cpp (100%) rename {examples => tests/manual/examples}/widgets/touch/fingerpaint/scribblearea.h (100%) 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