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

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