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

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