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

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