summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/CMakeLists.txt
blob: 2e889c909a46cb17fa1d21afde6ab72bf50efda0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

# Generated from testlib.pro.

# add_subdirectory(initmain) # special case missing project
# add_subdirectory(outformat) # special case missing project
add_subdirectory(qsignalspy)
# QTBUG-88507 # special case
if(QT_FEATURE_process AND NOT ANDROID)
    add_subdirectory(selftests)
endif()
if(TARGET Qt::Widgets)
    add_subdirectory(qabstractitemmodeltester)
endif()