summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/scxml/doc/qtscxml-instantiating-state-machines.qdoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/scxml/doc/qtscxml-instantiating-state-machines.qdoc b/src/scxml/doc/qtscxml-instantiating-state-machines.qdoc
index 3b8d6aa..ebd1a1b 100644
--- a/src/scxml/doc/qtscxml-instantiating-state-machines.qdoc
+++ b/src/scxml/doc/qtscxml-instantiating-state-machines.qdoc
@@ -87,7 +87,9 @@
This will tell qmake to run \e qscxmlc which generates MyStatemachine.h
and MyStatemachine.cpp, and adds them to \l [QMake] HEADERS and
- \l [QMake] SOURCES variables.
+ \l [QMake] SOURCES variables. By default, the generated files are saved in
+ the build directory. The \e QSCXMLC_DIR variable can be set to specify
+ another directory.
After instantiating a state machine, you can connect to any state's
active property as follows. For example, if the state machine for a