aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2023-10-23 15:44:19 +0200
committerEdward Welbourne <edward.welbourne@qt.io>2023-10-24 18:44:54 +0200
commit377815ca88cf99089f0d62e2822ff8a4cdba2895 (patch)
treee1e12a1850a1e8986735e6e806b291ad846de88a /tests/manual
parentd7184f96da13f689f9d81fc955a60875e8f6b7a7 (diff)
Fix manual tests broken by moving threading example there
Amends commit 38373b81f37ccbf6ec66f43a70fe9622bbcc9593 to use the right name for one of the subdirectories of the moved example. Pick-to: 6.6 Change-Id: I9b91571c706bab85b3be6cf7956bcc5f03d6f853 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/threading/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/threading/CMakeLists.txt b/tests/manual/threading/CMakeLists.txt
index e16b04e55d..99ed5d9d6e 100644
--- a/tests/manual/threading/CMakeLists.txt
+++ b/tests/manual/threading/CMakeLists.txt
@@ -1,2 +1,2 @@
-add_subdirectory(threading)
+add_subdirectory(threadedlistmodel)
add_subdirectory(workerscript)