summaryrefslogtreecommitdiffstats
path: root/tests/manual/corelib/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/corelib/CMakeLists.txt')
-rw-r--r--tests/manual/corelib/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/manual/corelib/CMakeLists.txt b/tests/manual/corelib/CMakeLists.txt
new file mode 100644
index 0000000000..8ed7441e77
--- /dev/null
+++ b/tests/manual/corelib/CMakeLists.txt
@@ -0,0 +1,6 @@
+# Copyright (C) 2023 The Qt Company Ltd.
+# SPDX-License-Identifier: BSD-3-Clause
+
+add_subdirectory(qdatastream)
+add_subdirectory(time)
+add_subdirectory(tools)