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

add_subdirectory(referenceexamples)
add_subdirectory(tutorials)
qt_internal_add_example(shell)
if(TARGET Qt::Quick)
    qt_internal_add_example(qmlextensionplugins)
    qt_internal_add_example(xmlhttprequest)
    if (TARGET Qt::lupdate)
        qt_internal_add_example(qml-i18n)
    endif()
    qt_internal_add_example(dynamicscene)
endif()
if(QT_FEATURE_qml_network AND TARGET Qt::Quick)
    qt_internal_add_example(networkaccessmanagerfactory)
endif()