2022-07-05 11:26:52 +00:00
|
|
|
# Copyright (C) 2022 The Qt Company Ltd.
|
2022-08-19 13:21:34 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
2022-07-05 11:26:52 +00:00
|
|
|
|
2018-10-24 13:20:27 +00:00
|
|
|
add_subdirectory(qsignalspy)
|
2023-02-15 12:57:42 +00:00
|
|
|
|
|
|
|
# QTBUG-88507
|
2022-01-21 14:25:55 +00:00
|
|
|
if(QT_FEATURE_process AND NOT ANDROID)
|
2020-11-25 18:27:16 +00:00
|
|
|
add_subdirectory(selftests)
|
|
|
|
endif()
|
2019-08-01 17:36:03 +00:00
|
|
|
if(TARGET Qt::Widgets)
|
|
|
|
add_subdirectory(qabstractitemmodeltester)
|
|
|
|
endif()
|