summaryrefslogtreecommitdiffstats
path: root/examples/opcua/CMakeLists.txt
blob: cb8c012d2db9b7ac693009a49e82e0a3764641e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Generated from opcua.pro.

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