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

if(QT_BUILD_STANDALONE_TESTS)
    find_package(Qt6 ${PROJECT_VERSION} CONFIG OPTIONAL_COMPONENTS WebEngineCore WebEngineQuick)
endif()

qt_build_tests()