summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/scxml/invoke-static/doc/src/invoke-static.qdoc8
-rw-r--r--examples/scxml/mediaplayer-common/doc/src/mediaplayer-compiling.qdocinc9
-rw-r--r--examples/scxml/trafficlight-common/doc/src/trafficlight-compiling.qdocinc8
3 files changed, 9 insertions, 16 deletions
diff --git a/examples/scxml/invoke-static/doc/src/invoke-static.qdoc b/examples/scxml/invoke-static/doc/src/invoke-static.qdoc
index d2ecc78..d58f49c 100644
--- a/examples/scxml/invoke-static/doc/src/invoke-static.qdoc
+++ b/examples/scxml/invoke-static/doc/src/invoke-static.qdoc
@@ -64,11 +64,9 @@
\skipto STATECHARTS
\printline statemachine
- We also tell qmake to run \c qscxmlc, which generates \e statemachine.h and
- \e statemachine.cpp, and adds them to the \c HEADERS and \c SOURCES
- variables for compilation:
-
- \printuntil qscxmlc
+ The Qt SCXML Compiler, \c qscxmlc, is run automatically to generate
+ \e statemachine.h and \e statemachine.cpp, and to add them to the \c HEADERS
+ and \c SOURCES variables for compilation.
\section1 Instantiating the State Machine
diff --git a/examples/scxml/mediaplayer-common/doc/src/mediaplayer-compiling.qdocinc b/examples/scxml/mediaplayer-common/doc/src/mediaplayer-compiling.qdocinc
index d4eb6ee..711a32f 100644
--- a/examples/scxml/mediaplayer-common/doc/src/mediaplayer-compiling.qdocinc
+++ b/examples/scxml/mediaplayer-common/doc/src/mediaplayer-compiling.qdocinc
@@ -12,9 +12,6 @@
\skipto STATECHARTS
\printline scxml
- We also tell qmake to run \c qscxmlc, which generates \e mediaplayer.h and
- \e mediaplayer.cpp, and adds them to the \c HEADERS and \c SOURCES
- variables for compilation:
-
- \skipto load
- \printline qscxmlc
+ The Qt SCXML Compiler, \c qscxmlc, is run automatically to generate
+ \e statemachine.h and \e statemachine.cpp, and to add them to the \c HEADERS
+ and \c SOURCES variables for compilation.
diff --git a/examples/scxml/trafficlight-common/doc/src/trafficlight-compiling.qdocinc b/examples/scxml/trafficlight-common/doc/src/trafficlight-compiling.qdocinc
index fb00130..ac16203 100644
--- a/examples/scxml/trafficlight-common/doc/src/trafficlight-compiling.qdocinc
+++ b/examples/scxml/trafficlight-common/doc/src/trafficlight-compiling.qdocinc
@@ -12,8 +12,6 @@
\skipto STATECHARTS
\printline scxml
- We also tell qmake to run \c qscxmlc, which generates \e statemachine.h and
- \e statemachine.cpp, and adds them to the \c HEADERS and \c SOURCES
- variables for compilation:
-
- \printuntil qscxmlc
+ The Qt SCXML Compiler, \c qscxmlc, is run automatically to generate
+ \e statemachine.h and \e statemachine.cpp, and to add them to the \c HEADERS
+ and \c SOURCES variables for compilation.