2022-07-05 11:26:52 +00:00
|
|
|
# Copyright (C) 2022 The Qt Company Ltd.
|
2024-02-28 10:38:51 +00:00
|
|
|
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
|
2022-07-05 11:26:52 +00:00
|
|
|
|
2023-08-14 07:06:33 +00:00
|
|
|
if(NOT ANDROID)
|
|
|
|
qt_internal_add_example(semaphores)
|
|
|
|
qt_internal_add_example(waitconditions)
|
|
|
|
endif()
|
2022-11-14 13:49:32 +00:00
|
|
|
if(TARGET Qt6::Widgets)
|
2021-05-24 06:35:39 +00:00
|
|
|
qt_internal_add_example(mandelbrot)
|
|
|
|
qt_internal_add_example(queuedcustomtype)
|
2019-03-18 18:26:24 +00:00
|
|
|
endif()
|