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