summaryrefslogtreecommitdiffstats
path: root/examples/opcua/CMakeLists.txt
blob: 86e9a9b045bdc08b0040eabddbd43c358e650b70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: 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()