16 lines
449 B
CMake
16 lines
449 B
CMake
# Copyright (C) 2022 The Qt Company Ltd.
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# 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()
|