aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/statemachine/CMakeLists.txt
blob: 02a1941b794164e4a1fea839c12cdbf0f34d1302 (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
# Generated from statemachine.pro.

#####################################################################
## qtqmlstatemachine Plugin:
#####################################################################

add_qml_module(qtqmlstatemachine
    CPP_PLUGIN
    URI "QtQml.StateMachine"
    VERSION "1.${CMAKE_PROJECT_VERSION_MINOR}"
    SOURCES
        childrenprivate.h
        finalstate.cpp finalstate.h
        plugin.cpp
        signaltransition.cpp signaltransition.h
        state.cpp state.h
        statemachine.cpp statemachine.h
        timeouttransition.cpp timeouttransition.h
    LIBRARIES
        Qt::CorePrivate
        Qt::QmlPrivate
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::Qml
)

#### Keys ignored in scope 1:.:.:statemachine.pro:<TRUE>:
# CXX_MODULE = "qml"
# IMPORT_VERSION = "1.$$QT_MINOR_VERSION"
# TARGETPATH = "QtQml/StateMachine"
# _LOADED = "qml_plugin"