blob: 3863ab627fcfc5f7cf8bd925e48440c9e2d40c65 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Copyright (C) 2024 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
qt_internal_add_example(qtquickview)
qt_internal_add_example(qtquickview_java)
qt_internal_add_example(qtquickview_kotlin)
qt_internal_add_example(models/qtabstractitemmodel)
qt_internal_add_example(models/qtabstractitemmodel_java)
qt_internal_add_example(models/qtabstractlistmodel)
qt_internal_add_example(models/qtabstractlistmodel_kotlin)
|