summaryrefslogtreecommitdiffstats
path: root/src/scxmlqml/CMakeLists.txt
blob: f5fcb1abb373af4ba3d422ebeeb2da356ef5539f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
qt_internal_include_in_repo_target_set(qtscxmlqml)

qt_internal_add_qml_module(ScxmlQml
    URI "QtScxml"
    VERSION "${PROJECT_VERSION}"
    PLUGIN_TARGET declarative_scxml
    CLASS_NAME QScxmlStateMachinePlugin
    SOURCES
        eventconnection.cpp eventconnection_p.h
        invokedservices.cpp invokedservices_p.h
        statemachineextended.cpp statemachineextended_p.h
        statemachineloader.cpp statemachineloader_p.h
        qscxmlqmlglobals_p.h
    DEFINES
        QT_BUILD_SCXMLQML_LIB
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::Qml
        Qt::Scxml
    LIBRARIES
        Qt::CorePrivate
)