File: CMakeLists.txt

package info (click to toggle)
qt6-remoteobjects 6.10.2-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 3,812 kB
  • sloc: cpp: 20,894; sh: 29; makefile: 26
file content (18 lines) | stat: -rw-r--r-- 521 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

if (NOT ANDROID)
    qt_internal_add_example(remoteobjects_server)
    qt_internal_add_example(simpleswitch)
endif()
add_subdirectory(websockets)
if(TARGET Qt::Widgets)
    qt_internal_add_example(modelviewclient)
    qt_internal_add_example(modelviewserver)
endif()
if(QT_FEATURE_ssl AND NOT ANDROID)
    qt_internal_add_example(ssl)
endif()
if(TARGET Qt::Quick)
    qt_internal_add_example(clientapp)
endif()