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

add_subdirectory(referenceexamples)
add_subdirectory(tutorials)
if(TARGET Qt::Quick)
    qt_internal_add_example(qmlextensionplugins)
    if (TARGET Qt::lupdate)
        qt_internal_add_example(qml-i18n)
    endif()
    qt_internal_add_example(dynamicscene)
endif()