summaryrefslogtreecommitdiff
path: root/tests/manual/CMakeLists.txt
blob: a23fbcd86c3325e8d420aca96052a8a62e103b7d (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::Widgets)
    add_subdirectory(sensor_explorer)
endif()
if (TARGET Qt::Quick)
    add_subdirectory(sensorclerk)
endif()