summaryrefslogtreecommitdiffstats
path: root/src/imports/scxmlstatemachine/.prev_CMakeLists.txt
blob: 2d03021858e8e023715f0852a76c40d28a31cb25 (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 scxmlstatemachine.pro.

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

add_qml_module(scxml
    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"
# _LOADED = "qml_plugin"