aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2017-09-07 10:19:40 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2017-09-08 06:52:45 +0000
commit6e4311fbd616b6fd3218d4e3ceff1c91081af202 (patch)
tree1fe2e01016ec795e611ec34bf5897a432434b7d8 /doc
parente9c1e7dcbaaa792a406b53c8175f5af1f805979a (diff)
Doc: Update the "Running Applications" topic
Remove reference to Qt 4.8 and setting the PATH. Add a general statement about running apps. Use Qt Creator as the example project, because it contains several products. Change-Id: I31756e5d33a6783ae94bc2edf9dff3b5c5dc8ad3 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/qbs.qdoc10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/qbs.qdoc b/doc/qbs.qdoc
index 653b5100e..f486bdfbb 100644
--- a/doc/qbs.qdoc
+++ b/doc/qbs.qdoc
@@ -937,16 +937,16 @@
\title Running Applications
- Running ./targets/debug/CollidingMice fails if Qt 4.8 is not in your PATH
- (in Windows) or LD_LIBRARY_PATH (in Linux).
+ By default, running an application also builds it and installs it to a
+ location from where it can be run on the desktop or on a device.
- Therefore, enter the following command to run an application:
+ For example, entering the following command runs the Qt Creator application:
\code
- qbs run --products CollidingMice
+ qbs run --products qtcreator
\endcode
- This command also builds and installs the given product, if necessary.
+ This command also builds and installs the product, if necessary.
*/