diff --git a/examples/quick/text/CMakeLists.txt b/examples/quick/text/CMakeLists.txt
index e4b7af6901..63ace74b53 100644
--- a/examples/quick/text/CMakeLists.txt
+++ b/examples/quick/text/CMakeLists.txt
@@ -42,7 +42,6 @@ qt_add_qml_module(textexample
"imgtag/imgtag.qml"
"styledtext-layout.qml"
"text.qml"
- "textselection/textselection.qml"
RESOURCES
"fonts/content/fonts/tarzeau_ocr_a.ttf"
"imgtag/images/face-sad.png"
@@ -51,10 +50,6 @@ qt_add_qml_module(textexample
"imgtag/images/heart200.png"
"imgtag/images/qtlogo.png"
"imgtag/images/starfish_2.png"
- "textselection/pics/endHandle.png"
- "textselection/pics/endHandle.sci"
- "textselection/pics/startHandle.png"
- "textselection/pics/startHandle.sci"
)
install(TARGETS textexample
diff --git a/examples/quick/text/text.qrc b/examples/quick/text/text.qrc
index a59d66fdbe..8d727c2831 100644
--- a/examples/quick/text/text.qrc
+++ b/examples/quick/text/text.qrc
@@ -13,11 +13,6 @@
imgtag/images/heart200.png
imgtag/images/qtlogo.png
imgtag/images/starfish_2.png
- textselection/textselection.qml
- textselection/pics/endHandle.png
- textselection/pics/endHandle.sci
- textselection/pics/startHandle.png
- textselection/pics/startHandle.sci
styledtext-layout.qml
imgtag/TextWithImage.qml
diff --git a/examples/quick/text/textselection/pics/endHandle.png b/tests/manual/textselection/pics/endHandle.png
similarity index 100%
rename from examples/quick/text/textselection/pics/endHandle.png
rename to tests/manual/textselection/pics/endHandle.png
diff --git a/examples/quick/text/textselection/pics/endHandle.sci b/tests/manual/textselection/pics/endHandle.sci
similarity index 100%
rename from examples/quick/text/textselection/pics/endHandle.sci
rename to tests/manual/textselection/pics/endHandle.sci
diff --git a/examples/quick/text/textselection/pics/startHandle.png b/tests/manual/textselection/pics/startHandle.png
similarity index 100%
rename from examples/quick/text/textselection/pics/startHandle.png
rename to tests/manual/textselection/pics/startHandle.png
diff --git a/examples/quick/text/textselection/pics/startHandle.sci b/tests/manual/textselection/pics/startHandle.sci
similarity index 100%
rename from examples/quick/text/textselection/pics/startHandle.sci
rename to tests/manual/textselection/pics/startHandle.sci
diff --git a/examples/quick/text/textselection/textselection.qml b/tests/manual/textselection/textselection.qml
similarity index 100%
rename from examples/quick/text/textselection/textselection.qml
rename to tests/manual/textselection/textselection.qml