summaryrefslogtreecommitdiffstats
path: root/tests/auto/CMakeLists.txt
blob: 6f440eaac8f89d482e7c2ac047c8d5ed242d3383 (plain)
1
2
3
4
5
6
7
8
9
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

if(NOT ANDROID)
    add_subdirectory(cpptest)
endif()
if(TARGET Qt::Quick AND NOT boot2qt)
    add_subdirectory(qmltest)
endif()