blob: 541f117da5c0bec68bc3ac724922086a47af53cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright (C) 2023 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
if(TARGET Qt::Gui AND TARGET Qt::Widgets)
qt_internal_add_example(simpleclient)
qt_internal_add_example(subscriptions)
endif()
if(TARGET Qt::Quick)
qt_internal_add_example(quicksubscription)
qt_internal_add_example(quickpublication)
endif()
if(TARGET Qt::WebSockets)
qt_internal_add_example(websocketsubscription)
endif()
|