blob: 1e5c452bdd1b64b70d7eba8fe9834ddede5d5266 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
if(NOT ANDROID)
qt_internal_add_example(pingpong)
endif()
if(TARGET Qt::Widgets)
qt_internal_add_example(rogue)
qt_internal_add_example(trafficlight)
if(QT_FEATURE_animation)
qt_internal_add_example(moveblocks)
endif()
endif()
|