aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/models/CMakeLists.txt
blob: c874f21180ab2604857ba1c38ef962a31dca9bfa (plain)
1
2
3
4
5
6
7
8
# Copyright (C) 2025 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

qt_internal_add_example(abstractitemmodel)
qt_internal_add_example(objectlistmodel)
qt_internal_add_example(stringlistmodel)
qt_internal_add_example(threadedfetchmore)
qt_internal_add_example(threadedsonglist)