blob: ef0ca6491c6cea1a1b13fbae281f01bb6e170006 (
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: LicenseRef-Qt-Commercial OR 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()
|