summaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/CMakeLists.txt
blob: 8cbd4c5f3f51338a209f53e047dca7cea670d92d (plain)
1
2
3
4
5
6
7
8
9
10
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

if(TARGET Qt::StateMachineQml)
    add_subdirectory(qqmlstatemachine)
    add_subdirectory(qqmlstatemachinemetatype)
endif()
if(TARGET Qt::ScxmlQml)
    add_subdirectory(scxmlqmlcpp)
endif()