2023-12-18 05:21:39 +00:00
|
|
|
# Copyright (C) 2023 The Qt Company Ltd.
|
2024-03-07 14:22:17 +00:00
|
|
|
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
|
2022-07-05 12:02:29 +00:00
|
|
|
|
2021-12-14 16:43:57 +00:00
|
|
|
qt_internal_add_example(chapter1)
|
|
|
|
qt_internal_add_example(chapter2)
|
|
|
|
qt_internal_add_example(chapter3)
|
2023-04-28 11:21:38 +00:00
|
|
|
if (TARGET Qt6::Sql)
|
2021-12-14 16:43:57 +00:00
|
|
|
qt_internal_add_example(chapter4)
|
2023-02-14 07:49:11 +00:00
|
|
|
if(TARGET chattutorial-chapter4)
|
|
|
|
set_target_properties(chattutorial-chapter4 PROPERTIES UNITY_BUILD OFF)
|
|
|
|
endif()
|
2021-12-14 16:43:57 +00:00
|
|
|
qt_internal_add_example(chapter5)
|
2023-02-14 07:49:11 +00:00
|
|
|
if(TARGET chattutorial-chapter5)
|
|
|
|
set_target_properties(chattutorial-chapter5 PROPERTIES UNITY_BUILD OFF)
|
|
|
|
endif()
|
2021-10-15 13:21:49 +00:00
|
|
|
endif()
|