aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@digia.com>2013-11-21 15:07:37 +0100
committerLeena Miettinen <riitta-leena.miettinen@digia.com>2013-11-21 15:29:02 +0100
commitc28689e3af7c9077cfd5c2522500de4b4db2d2b5 (patch)
tree1512dec7b54feabc2969235a193e7dcaeeebfcb5 /doc
parent03a3cf9fe2b9a7e5707e657b05c4e542cb3f8043 (diff)
Doc: update information about Qbs
Fix the link to the newly published Qbs Manual in qt-project.org/doc/qbs/. Describe how to use the Qbs project wizards. Update screenshot to show a project generated by the wizard. Change-Id: I5fa7ce03499a4fdcdfdeea676a933ded64200598 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/images/creator-qbs-project.pngbin35937 -> 30296 bytes
-rw-r--r--doc/src/projects/creator-projects-qbs.qdoc18
2 files changed, 10 insertions, 8 deletions
diff --git a/doc/images/creator-qbs-project.png b/doc/images/creator-qbs-project.png
index ec4dcadae1..76466d4758 100644
--- a/doc/images/creator-qbs-project.png
+++ b/doc/images/creator-qbs-project.png
Binary files differ
diff --git a/doc/src/projects/creator-projects-qbs.qdoc b/doc/src/projects/creator-projects-qbs.qdoc
index aacf512201..5a489ccdfa 100644
--- a/doc/src/projects/creator-projects-qbs.qdoc
+++ b/doc/src/projects/creator-projects-qbs.qdoc
@@ -31,7 +31,7 @@
To use Qbs to build a project, you must create a .qbs file for the project.
For more information, see the
- \l{http://doc-snapshot.qt-project.org/qbs/index.html}{Qbs Manual}.
+ \l{http://qt-project.org/doc/qbs/index.html}{Qbs Manual}.
\section1 Enabling the Qbs Plugin
@@ -58,18 +58,20 @@
\list 1
- \li Create a .qbs file for your project. For examples, see the
- \c {tests\manual} directory in the qbs repository.
-
- \li In \QC, select \gui File > \gui {Open File or Project}.
-
- \li Select the .qbs file for your project.
+ \li Select \gui File > \gui {New File or Project} > \gui {Plain C
+ Project (Qbs Build)} or \gui {Plain C++ Project (Qbs Build)} >
+ \gui Choose, and follow the instructions of the wizard to create a
+ Qbs project.
\image creator-qbs-project.png
+ \li Edit the .qbs file for you project. Usually, you must add the
+ \c Depends item for a Qt application. For examples, see the
+ \c {examples} directory in the qbs repository.
+
\li Click the
\inlineimage qtcreator-run.png
- (\gui Run) button to run the application.
+ (\gui Run) button to build, deploy, and run the application.
\endlist