summaryrefslogtreecommitdiff
path: root/tests/manual/examples/widgets/tutorials/addressbook/CMakeLists.txt
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2023-05-15 12:08:45 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2023-05-15 14:52:17 +0200
commitf4b338833e0222db68f37914ecfa21ff11fd718a (patch)
tree31e7a00f2aed603ea15307e6cee66fd070994db8 /tests/manual/examples/widgets/tutorials/addressbook/CMakeLists.txt
parenta035e8b76835764924f59ae4610e648875e3e7a6 (diff)
downloadqtbase-f4b338833e0222db68f37914ecfa21ff11fd718a.tar.gz
Move the addressbook tutorial into manual tests
The tutorial is building an elaborate UI around a QMap. It doesn't use structured data, and it doesn't use model/view (which the dedicated addressbook example in itemviews does). It's not a good way of building an application, and the individual APIs for creating layouts, dialogs, or import/export are explained well enough in other examples. Pick-to: 6.5 Change-Id: Iffe47a0f6e04a933edb917c877ae845f50b74b4a Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
Diffstat (limited to 'tests/manual/examples/widgets/tutorials/addressbook/CMakeLists.txt')
-rw-r--r--tests/manual/examples/widgets/tutorials/addressbook/CMakeLists.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/manual/examples/widgets/tutorials/addressbook/CMakeLists.txt b/tests/manual/examples/widgets/tutorials/addressbook/CMakeLists.txt
new file mode 100644
index 0000000000..c33e586df9
--- /dev/null
+++ b/tests/manual/examples/widgets/tutorials/addressbook/CMakeLists.txt
@@ -0,0 +1,10 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: BSD-3-Clause
+
+qt_internal_add_example(part1)
+qt_internal_add_example(part2)
+qt_internal_add_example(part3)
+qt_internal_add_example(part4)
+qt_internal_add_example(part5)
+qt_internal_add_example(part6)
+qt_internal_add_example(part7)