summaryrefslogtreecommitdiffstats
path: root/src/imports/scxmlstatemachine/CMakeLists.txt
blob: f0218cd6addbd75ca02a4d9a0e4bdc119497aed6 (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
# Generated from scxmlstatemachine.pro.

#####################################################################
## scxml Plugin:
#####################################################################

qt_add_qml_module(declarative_scxml # special case
    URI "QtScxml"
    VERSION "5.${CMAKE_PROJECT_VERSION_MINOR}"
    CLASSNAME QScxmlStateMachinePlugin
    SKIP_TYPE_REGISTRATION
    SOURCES
        eventconnection.cpp eventconnection_p.h
        invokedservices.cpp invokedservices_p.h
        plugin.cpp
        statemachineextended.cpp statemachineextended_p.h
        statemachineloader.cpp statemachineloader_p.h
    LIBRARIES
        Qt::CorePrivate
        Qt::QmlPrivate
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::Qml
        Qt::Scxml
)

#### Keys ignored in scope 1:.:.:scxmlstatemachine.pro:<TRUE>:
# IMPORT_VERSION = "5.$$QT_MINOR_VERSION"
# OTHER_FILES = "plugins.qmltypes" "qmldir"
# TARGETPATH = "QtScxml"