aboutsummaryrefslogtreecommitdiffstats
path: root/examples/webchannel/CMakeLists.txt
blob: 52825f6d6b2aa21c9e74bbfdda93a9082e540e00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

# These are all TEMPLATE = aux
#qt_internal_add_example(nodejs)
#qt_internal_add_example(qwclient)
#qt_internal_add_example(chatclient-html)

if(TARGET Qt::WebSockets AND NOT ANDROID)
    qt_internal_add_example(chatserver-cpp)
endif()
if(TARGET Qt::WebSockets AND TARGET Qt::Widgets)
    qt_internal_add_example(standalone)
    qt_internal_add_example(chatclient-qml)
endif()