summaryrefslogtreecommitdiffstats
path: root/tests/manual/CMakeLists.txt
blob: dce2d8c474310ec2725f3300982f217d6593c3d1 (plain)
1
2
3
4
5
6
7
8
9
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

if(TARGET Qt::Widgets)
    add_subdirectory(sensor_explorer)
endif()
if (TARGET Qt::Quick)
    add_subdirectory(sensorclerk)
endif()