Excludes dnslookup, waitconditions, semaphores, cbordump, savegame, convert, pingpong and complexpingpong examples from Android build because of missing Qui and Quick dependenies. Task-number: QTBUG-111933 Change-Id: Ied01f62ee61a9220dcb44c13fda46f6a5e158293 Reviewed-by: Rami Potinkara <rami.potinkara@qt.io> Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io> (cherry picked from commit 39a5ed4bdd348d3cd18a08d322b48d85e8d116e8) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
12 lines
308 B
CMake
12 lines
308 B
CMake
# Copyright (C) 2022 The Qt Company Ltd.
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
if(NOT ANDROID)
|
|
qt_internal_add_example(semaphores)
|
|
qt_internal_add_example(waitconditions)
|
|
endif()
|
|
if(TARGET Qt6::Widgets)
|
|
qt_internal_add_example(mandelbrot)
|
|
qt_internal_add_example(queuedcustomtype)
|
|
endif()
|