aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual
diff options
context:
space:
mode:
authorAlexey Edelev <[email protected]>2025-03-24 12:44:59 +0100
committerAlexey Edelev <[email protected]>2025-03-24 16:59:35 +0100
commit2a6c367b58d78458bcbd5a01b8f51e288cb70ac9 (patch)
tree97fc10f86e861796cb327ee2ef4f111f0c25b3be /tests/manual
parent97864e10cd542cbb2004dd40834054e52e94b02d (diff)
Fix the build with manual tests enabled
Add the missing intermediate CMakeLists.txt Ammends 8009825f52d72d03921739af162410491ba8dc58 Fixes: QTBUG-135091 Change-Id: Idde1c8c08d18ef678e1c5a7acf544f5c451f35a5 Reviewed-by: Alexandru Croitor <[email protected]>
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/listview/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/manual/listview/CMakeLists.txt b/tests/manual/listview/CMakeLists.txt
new file mode 100644
index 0000000000..6d6652822a
--- /dev/null
+++ b/tests/manual/listview/CMakeLists.txt
@@ -0,0 +1,4 @@
+# Copyright (C) 2025 The Qt Company Ltd.
+# SPDX-License-Identifier: BSD-3-Clause
+
+add_subdirectory(reuseItems)