diff options
author | David Boddie <david.boddie@nokia.com> | 2010-10-08 18:11:27 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2010-10-08 18:11:27 (GMT) |
commit | 740b794259eb41845e7529371de3f3e20235f7b4 (patch) | |
tree | c5e60bd15bad47dc865ef3fde3f4f638362dd481 /doc/src/development | |
parent | 227416bd859bca799ca1361ea1cb9b9cf9aa6977 (diff) | |
download | Qt-740b794259eb41845e7529371de3f3e20235f7b4.zip Qt-740b794259eb41845e7529371de3f3e20235f7b4.tar.gz Qt-740b794259eb41845e7529371de3f3e20235f7b4.tar.bz2 |
Doc: Reorganized the platform and compiler notes pages.
Errors and omissions will be fixed in later commits.
The idea here is to merge the compiler notes into the platform
notes because the platform is usually fixed and the compiler is
often determined by the platform. In addition, notes about
compilers are not always applicable to multiple platforms, so
collating notes by compiler does not save much space, and it only
makes maintenance of the notes more difficult.
Diffstat (limited to 'doc/src/development')
-rw-r--r-- | doc/src/development/developing-with-qt.qdoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/development/developing-with-qt.qdoc b/doc/src/development/developing-with-qt.qdoc index 3972b59..6793abd 100644 --- a/doc/src/development/developing-with-qt.qdoc +++ b/doc/src/development/developing-with-qt.qdoc @@ -81,8 +81,8 @@ \o \l {Compiler Notes} \o \l {Developing Qt Applications for Mac OS X} \o \l {Known Issues} - \o \l {Platform Notes} - \o \l {Platform Notes - Symbian} + \o \l {Platform and Compiler Notes} + \o \l {Platform and Compiler Notes - Symbian} \o \l {ActiveX in Qt} \o \l {Qt for Embedded Linux Classes} \o \l {Qt for Embedded Platforms} @@ -112,4 +112,4 @@ \endtable -*/
\ No newline at end of file +*/ |