10 lines
381 B
CMake
10 lines
381 B
CMake
# Copyright (C) 2022 The Qt Company Ltd.
|
|
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
|
|
|
|
qt_internal_add_example(chapter1-basics)
|
|
qt_internal_add_example(chapter2-methods)
|
|
qt_internal_add_example(chapter3-bindings)
|
|
qt_internal_add_example(chapter4-customPropertyTypes)
|
|
qt_internal_add_example(chapter5-listproperties)
|
|
qt_internal_add_example(chapter6-plugins)
|