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

if(TARGET Qt::Quick)
    qt_internal_add_example(grue)
    qt_internal_add_example(maze)
#    qt_internal_add_example(qmlsensorgestures)
    qt_internal_add_example(qmlqtsensors)
    qt_internal_add_example(sensor_explorer)
#    qt_internal_add_example(shakeit)
    if(TARGET Qt::Svg)
        qt_internal_add_example(accelbubble)
        qt_internal_add_example(sensorsshowcase)
    endif()
endif()
# if(TARGET Qt::Widgets)
#     qt_internal_add_example(sensorgestures)
# endif()