aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols/chattutorial/CMakeLists.txt
blob: 4da558f2f59f1f946483884657b81bfc01eb1176 (plain)
1
2
3
4
5
6
7
8
9
10
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

qt_internal_add_example(chapter1)
qt_internal_add_example(chapter2)
qt_internal_add_example(chapter3)
if (TARGET Qt::Sql)
    qt_internal_add_example(chapter4)
    qt_internal_add_example(chapter5)
endif()