summaryrefslogtreecommitdiffstats
path: root/examples/statemachine/CMakeLists.txt
blob: 0f8012aca95b4f80da20faab43f140cd068543f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

add_subdirectory(statemachine)

if(TARGET Qt::Widgets)
    add_subdirectory(graphicsview)
    if(QT_FEATURE_animation)
        add_subdirectory(animation)
    endif()
endif()