File: CMakeLists.txt

package info (click to toggle)
qt6-remoteobjects 6.8.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 3,832 kB
  • sloc: cpp: 20,582; sh: 29; makefile: 23
file content (10 lines) | stat: -rw-r--r-- 318 bytes parent folder | download | duplicates (2)
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()