summaryrefslogtreecommitdiffstats
path: root/tests/auto/statemachineinfo/CMakeLists.txt
blob: 0031c03e974bac912adef1b9c5f4aed4f66204dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0


#####################################################################
## tst_statemachineinfo Test:
#####################################################################

qt_internal_add_test(tst_statemachineinfo
    SOURCES
        tst_statemachineinfo.cpp
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::Qml
        Qt::ScxmlPrivate
)

# Resources:
set(tst_statemachineinfo_resource_files
    "statemachine.scxml"
)

qt_internal_add_resource(tst_statemachineinfo "tst_statemachineinfo"
    PREFIX
        "/tst_statemachineinfo"
    FILES
        ${tst_statemachineinfo_resource_files}
)


#### Keys ignored in scope 1:.:.:statemachineinfo.pro:<TRUE>:
# TEMPLATE = "app"