aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2022-03-04 11:36:11 +0100
committerShawn Rutledge <shawn.rutledge@qt.io>2022-03-05 19:06:56 +0100
commit754e971d1d2a15ebd89430b1572912566417625b (patch)
treeb4b7fe46c1e1bbedeb46073d63d3b644314d1328
parent841217b9883a24919ab375a90a7fef41cc82b44c (diff)
Remove pointer manual test from the build
Followup to 8503f884bbdb50c4bebc8f8a9fce05275b0612b1: much of the qml was moved to an example, and the leftovers in this directory no longer include the main.cpp/main.qml/CMakeLists.txt for building a standalone executable. It's generally enough to run them individually with the qml runtime, on desktop platforms at least. Pick-to: 6.3 Task-number: QTBUG-101451 Change-Id: I4b329d0fabb398308c411246f34789d66e7eda33 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
-rw-r--r--tests/manual/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/manual/CMakeLists.txt b/tests/manual/CMakeLists.txt
index 91628f0e51..386e72d153 100644
--- a/tests/manual/CMakeLists.txt
+++ b/tests/manual/CMakeLists.txt
@@ -3,7 +3,6 @@ add_subdirectory(highdpi)
add_subdirectory(listview)
add_subdirectory(mousearea)
add_subdirectory(nodetypes_ng)
-add_subdirectory(pointer)
# add_subdirectory(qmltypememory) # TODO: C++ API changed
# add_subdirectory(quickwidgetviewer) # TODO: C++ API changed
add_subdirectory(scalablepath)