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

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