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

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