summaryrefslogtreecommitdiffstats
path: root/examples/opcua/CMakeLists.txt
blob: 3001b6b57c456f9dfa66177d8a8bd4422bd1a2a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

if(TARGET Qt6::Widgets)
    qt_internal_add_example(opcuaviewer)
endif()
if(QT_FEATURE_gds AND QT_FEATURE_ssl AND NOT APPLE AND NOT WINRT AND NOT ANDROID)
    qt_internal_add_example(x509)
endif()
if(QT_FEATURE_open62541 AND TARGET Qt6::Quick)
    add_subdirectory(waterpump)
endif()