aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/tutorials/CMakeLists.txt
blob: 82ba26b13592341730df2cf481d0530329015c0f (plain)
1
2
3
4
5
6
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

if(TARGET Qt::Quick)
    add_subdirectory(extending-qml)
endif()