a2551c45d4
[ChangeLog][QtCore][QDebug] Added pretty formatting of C++ <chrono> durations. [ChangeLog][QtTest] Added pretty formatting of C++ <chrono> durations for QCOMPARE expressions. Change-Id: I3b169860d8bd41e9be6bfffd1757cc087ba957fa Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
14 lines
310 B
CMake
14 lines
310 B
CMake
# Copyright (C) 2022 The Qt Company Ltd.
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
add_subdirectory(qsignalspy)
|
|
add_subdirectory(tostring)
|
|
|
|
# QTBUG-88507
|
|
if(QT_FEATURE_process AND NOT ANDROID)
|
|
add_subdirectory(selftests)
|
|
endif()
|
|
if(TARGET Qt::Widgets)
|
|
add_subdirectory(qabstractitemmodeltester)
|
|
endif()
|