summaryrefslogtreecommitdiffstats
path: root/src/scxml/configure.cmake
blob: 7e0f54ee5e96f471a2734ab76c5aa5d48e4c42d1 (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


#### Inputs



#### Libraries



#### Tests



#### Features

qt_feature("scxml-ecmascriptdatamodel" PUBLIC
    SECTION "SCXML"
    LABEL "ECMAScript data model for QtScxml"
    PURPOSE "Enables the usage of ecmascript data models in SCXML state machines."
    CONDITION TARGET Qt::Qml # special case
)
qt_configure_add_summary_section(NAME "Qt Scxml")
qt_configure_add_summary_entry(ARGS "scxml-ecmascriptdatamodel")
qt_configure_end_summary_section() # end of "Qt Scxml" section