aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quicktest/CMakeLists.txt
blob: fd68e53b0c3f52aed0b57f6f083d040086ea292d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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 quicktest.pro.

add_subdirectory(polish)
add_subdirectory(polish-qml)
add_subdirectory(signalspy)
add_subdirectory(quicktestmainwithsetup)
if(QT_FEATURE_process AND NOT ANDROID) # QTBUG-100175
    add_subdirectory(testfiltering)
endif()
add_subdirectory(testswithcomponents)