summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2016-07-26 10:10:07 +0200
committerUlf Hermann <ulf.hermann@qt.io>2016-07-26 09:29:13 +0000
commit73630cb26cd8189571af17631a7f7a3fa9553ada (patch)
tree121561a343470abcf2fcb9d4ab027dcb822b4aad
parent6e0f6c869ea29a45822f6a7e0683cc4057a7bd76 (diff)
Document QSCXMLC_DIR
Change-Id: Id8354689c2a801fae91bd955db1130df413c9921 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-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