summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarah Smith <sarah.j.smith@nokia.com>2011-08-30 09:37:04 +1000
committerQt by Nokia <qt-info@nokia.com>2011-08-30 01:49:56 +0200
commitd934f7dac240f28edff8620138895a39b48ae824 (patch)
treecc30ecd98d7fc265e1f6fb8629784e1b7bb98e68
parent3f8d745699a7f4c5f965661549125cc6cee43fd7 (diff)
Fix problems with spaces.
This version required that it be quoted, so remove that problem by taking out the spaces. Change-Id: Ide167f0d8d65ea7f90b837872010f64a284d9229 Reviewed-on: http://codereview.qt.nokia.com/3826 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Patrick Burke <patrick.burke@nokia.com>
-rw-r--r--doc/src/qt3d-building.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/qt3d-building.qdoc b/doc/src/qt3d-building.qdoc
index b38761a3c..176c2d32a 100644
--- a/doc/src/qt3d-building.qdoc
+++ b/doc/src/qt3d-building.qdoc
@@ -90,7 +90,7 @@
\bold{Special note: Harmattan SDK.} When using the Harmattan support in the Qt SDK:
\list
\o in Step 2 below ensure you choose the appropriate Qt Build eg \c{Meego 1.2 Harmattan API}; and
- \o in Step 3 under \c{Build Steps > QMake > Additional arguments} add in \c{CONFIG += qtc_harmattan}
+ \o in Step 3 under \c{Build Steps > QMake > Additional arguments} add in \c{CONFIG+=qtc_harmattan}
\endlist
\image build-qt3d-qtcreator-1.png