aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2022-03-04 11:36:11 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-03-05 20:53:15 +0000
commit5f5e373ac9187bc3d35a3ae450ca8c85df47450b (patch)
tree1c5045f440c701c7010dc14054420f21f55470fa
parent8917f91bffad356925839f62035765567695c18f (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. Task-number: QTBUG-101451 Change-Id: I4b329d0fabb398308c411246f34789d66e7eda33 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> (cherry picked from commit 754e971d1d2a15ebd89430b1572912566417625b) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-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)