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

if(TARGET Qt::Quick)
    qt_internal_add_example(grue)
    qt_internal_add_example(sensor_explorer)
    if(TARGET Qt::Svg)
        qt_internal_add_example(sensorsshowcase)
    endif()
endif()