summaryrefslogtreecommitdiff
path: root/examples/sensors/CMakeLists.txt
blob: f1b382a6fccb1a9bb5e6eb8d85120d52a22aae99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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(maze)
    qt_internal_add_example(qmlqtsensors)
    qt_internal_add_example(sensor_explorer)
    if(TARGET Qt::Svg)
        qt_internal_add_example(accelbubble)
        qt_internal_add_example(sensorsshowcase)
    endif()
endif()