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

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