summaryrefslogtreecommitdiffstats
path: root/scc/README
blob: 35e0ee0fad0bb3714cf3e4e904591f041dbb00ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
To build:
    qmake
    make
    make install

To use:
    Add to your .pro file:
    CONFIG += scc
    STATECHARTS += path-to-my-statechart.scxml

See the examples, and the documentation (currently only in doc.txt)