summaryrefslogtreecommitdiffstats
path: root/doc/installerfw-getting-started.qdoc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@digia.com>2014-06-16 14:26:12 +0200
committerLeena Miettinen <riitta-leena.miettinen@digia.com>2014-06-17 12:50:09 +0200
commit8bc8eaf45a40b043f094d2502dab61014730ff35 (patch)
treef3f37319ce30732db8f1d1a06d552bd24d83c169 /doc/installerfw-getting-started.qdoc
parentca2dfaa21cb7858a23b892dbe58f11bb078c8814 (diff)
Doc: replace \o with \li
The \o QDoc command has been deprecated in QDoc for Qt 5 and using it prints a QDoc warning. Change-Id: Ibf0be59f3953bd731c2133cee3ec399e51df84a5 Reviewed-by: Kai Koehne <kai.koehne@digia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
Diffstat (limited to 'doc/installerfw-getting-started.qdoc')
-rw-r--r--doc/installerfw-getting-started.qdoc10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/installerfw-getting-started.qdoc b/doc/installerfw-getting-started.qdoc
index fc22fcfc9..4d7ff2ab1 100644
--- a/doc/installerfw-getting-started.qdoc
+++ b/doc/installerfw-getting-started.qdoc
@@ -47,9 +47,9 @@
The installers have been tested on the following platforms:
\list
- \o Microsoft Windows XP, and later
- \o Ubuntu Linux 8.04, and later
- \o Mac OS X 10.6, and later
+ \li Microsoft Windows XP, and later
+ \li Ubuntu Linux 8.04, and later
+ \li Mac OS X 10.6, and later
\endlist
\section1 Building from Sources
@@ -103,11 +103,11 @@
\list 1
- \o Clone the Qt Installer Framework source code from
+ \li Clone the Qt Installer Framework source code from
\l{http://gitorious.org/installer-framework}
to get the sources for the tools.
- \o Build the tools by running the "qmake" from the static Qt, followed by "make" or "nmake".
+ \li Build the tools by running the "qmake" from the static Qt, followed by "make" or "nmake".
\endlist