qt6-bb10/qtdeclarative/tests/baseline/CMakeLists.txt

15 lines
420 B
CMake

# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause
if(NOT TARGET Qt::qsb)
return()
endif()
# Special case: test includes the QBaselineTest module sources from qtbase directly
if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/../../../qtbase/tests/baseline/shared")
if(QT_FEATURE_processenvironment)
add_subdirectory(scenegraph)
add_subdirectory(controls)
endif()
endif()