1
To build:
2
    qmake
3
    make
4
    make install
5
6
To use:
7
    Add to your .pro file:
8
    CONFIG += scc
9
    STATECHARTS += path-to-my-statechart.scxml
10
11
See the examples, and the documentation (currently only in doc.txt)