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

if(NOT ANDROID)
qt_internal_add_example(simulationserver)
qt_internal_add_example(waterpump-qmlcpp)
qt_internal_add_example(waterpump-qml)
endif()