summaryrefslogtreecommitdiffstats
path: root/doc/src/qt3d-building.qdoc
diff options
context:
space:
mode:
authorJulian de Bhal <julian.debhal@nokia.com>2012-03-29 16:22:57 +1000
committerQt by Nokia <qt-info@nokia.com>2012-04-03 03:59:59 +0200
commit9c6fac3c84b338e5c9ce0d5e923968653f152cb8 (patch)
treee4463b8b9fe7d660ca90793d4264ba0db44065eb /doc/src/qt3d-building.qdoc
parent0d6a7afa1505b93d484750d87b8f899440cb26c8 (diff)
Doc and build fixes related to the QtQuick3D to Qt3D rename
Change-Id: Icf0be1fb78bcd0a546ee2909423183f5a17ef7e2 Reviewed-by: Sarah Jane Smith <sarah.j.smith@nokia.com>
Diffstat (limited to 'doc/src/qt3d-building.qdoc')
-rw-r--r--doc/src/qt3d-building.qdoc16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/src/qt3d-building.qdoc b/doc/src/qt3d-building.qdoc
index 28a325698..01809df19 100644
--- a/doc/src/qt3d-building.qdoc
+++ b/doc/src/qt3d-building.qdoc
@@ -68,7 +68,7 @@
More stable versions of the Qt3D source code is available as source
packages from \l{ftp://ftp.qt.nokia.com/qt3d/noarch}{Qt3D downloads page}.
- Just unzip or untar it into your \c{depot} directory.
+ Just unzip or untar it into your \c{source} directory.
\section1 Building Qt3D for Qt 4
@@ -114,7 +114,7 @@
\bold{Step 1} - Open the Qt3D project.
Choose \c{Open} from the \c{File} menu and navigate to the qt3d.pro project
- file \c {$HOME/depot/qt/quick3d/qt3d.pro}. Click \c{Open}.
+ file \c {$HOME/source/qt/qt3d/qt3d.pro}. Click \c{Open}.
\image build-qt3d-qtcreator-2.png
@@ -248,7 +248,7 @@
\code
$ mkdir -p $HOME/build/qt/qt3d && cd $HOME/build/qt/qt3d
- $ $HOME/build/qt/4.8/bin/qmake $HOME/depot/qt/qt3d/qt3d.pro
+ $ $HOME/build/qt/4.8/bin/qmake $HOME/source/qt/qt3d/qt3d.pro
$ make -j 4
\endcode
@@ -261,7 +261,7 @@
\code
mkdir \build\qt\qt3d && cd \build\qt\qt3d
- qmake \depot\qt\quick3d\qt3d.pro
+ qmake \source\qt\qt3d\qt3d.pro
nmake
\endcode
@@ -272,8 +272,8 @@
On Symbian (with RVCT) those commands look like this:
\code
- mkdir C:\sources\qt\qt3d
- cd C:\sources\qt\qt3d
+ mkdir C:\source\qt\qt3d
+ cd C:\source\qt\qt3d
qmake CONFIG+=old_importer
sbs -c armv5_urel
cd devices\symbian
@@ -281,10 +281,10 @@
runonphone --sis Qt3D.sis
\endcode
- Once you have built Qt3D, you can run the "teapot" example:
+ Once you have built Qt 3D, you can run the "teapot" example:
\code
- $ cd $HOME/build/qt/quick3d
+ $ cd $HOME/build/qt/qt3d
$ bin/teapot
\endcode