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
|
|
|
|
2019-03-18 19:26:24 +01:00
|
|
|
add_subdirectory(ipc)
|
|
|
|
add_subdirectory(mimetypes)
|
|
|
|
add_subdirectory(serialization)
|
|
|
|
add_subdirectory(tools)
|
2021-05-11 20:55:25 +03:00
|
|
|
add_subdirectory(platform)
|
2024-04-16 10:54:45 +02:00
|
|
|
add_subdirectory(time)
|
2019-06-04 17:08:47 +02:00
|
|
|
if(QT_FEATURE_thread)
|
|
|
|
add_subdirectory(threads)
|
|
|
|
endif()
|
2022-10-27 22:29:00 +02:00
|
|
|
if(QT_FEATURE_widgets)
|
2024-03-07 15:21:16 +01:00
|
|
|
qt_internal_add_example(bindableproperties)
|
2022-10-27 22:29:00 +02:00
|
|
|
endif()
|