aboutsummaryrefslogtreecommitdiffstats
path: root/tests/baseline/CMakeLists.txt
blob: 3f178924a39d484c5dbe18c9d7697791948a4f44 (plain)
1
2
3
4
5
6
7
8
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")
    add_subdirectory(scenegraph)
endif()