aboutsummaryrefslogtreecommitdiffstats
path: root/tests/baseline/CMakeLists.txt
blob: 742832aa1cc75880d458d111c977df3990ced933 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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 AND QT_FEATURE_process)
        add_subdirectory(scenegraph)
        add_subdirectory(controls)
    endif()
endif()