summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2016-07-26 13:22:23 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2016-07-26 12:40:22 +0000
commite50a1a3bd147922c3178d0553c233e6d5818d65b (patch)
treeaa87cffdfa7f6422e371e78c09df0fbc11a29963 /examples
parent53e9db0aa9191f6e39d0b63df4ac05720d413eb9 (diff)
Doc: Remove references to the load option from example docs
The Qt SCXML Compiler is now run automatically. Change-Id: Iefa55bd3b915cbce5733f85badaf06ee1b48cb40 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'examples')
-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.