summaryrefslogtreecommitdiffstats
path: root/tests/manual/examples/CMakeLists.txt
blob: c1dd4af62d95af0d1d120f86887e05343556af71 (plain)
1
2
3
4
5
6
7
8
9
10
# Copyright (C) 2023 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

if(TARGET Qt::Quick AND UNIX AND NOT ANDROID)
    add_subdirectory(qmlmodelviewclient)
endif()
add_subdirectory(simpleswitch)
if(TARGET Qt::Bluetooth AND TARGET Qt::Widgets)
    add_subdirectory(ble)
endif()