summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmltest/CMakeLists.txt
blob: ee7ea8cbb54eda01c5b51a0d684545c76ecf57f9 (plain)
1
2
3
4
5
6
7
8
9
# 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(statemachine)
endif()
if(TARGET Qt::ScxmlQml)
    add_subdirectory(scxml)
endif()