diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-08-12 07:09:20 (GMT) |
---|---|---|
committer | Jesper Thomschutz <jesper.thomschutz@nokia.com> | 2010-08-13 09:03:47 (GMT) |
commit | 5580e37c0ea108560b30c6c830f44ce487536d22 (patch) | |
tree | ee10130946db5d963b2b268174fa2915825ef366 /doc | |
parent | 7723e081fb28c53eb08c0a88386c1a5f14a0a13e (diff) | |
download | Qt-5580e37c0ea108560b30c6c830f44ce487536d22.zip Qt-5580e37c0ea108560b30c6c830f44ce487536d22.tar.gz Qt-5580e37c0ea108560b30c6c830f44ce487536d22.tar.bz2 |
qdoc: All references to -assistant and -base were removed.
Flags allowed are now -creator and -online. -creator is
the default.
(cherry picked from commit 03d9d3cf641c8dde22a903870ac2b6e58ada6eec)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc.pri | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doc.pri b/doc/doc.pri index e1efa21..a5db3c7 100644 --- a/doc/doc.pri +++ b/doc/doc.pri @@ -20,7 +20,7 @@ $$unixstyle { QDOC = $$replace(QDOC, "/", "\\") } ADP_DOCS_QDOCCONF_FILE = -online qt-build-docs.qdocconf -QT_DOCUMENTATION = ($$QDOC -assistant qt-api-only.qdocconf assistant.qdocconf designer.qdocconf \ +QT_DOCUMENTATION = ($$QDOC -creator qt-api-only.qdocconf assistant.qdocconf designer.qdocconf \ linguist.qdocconf qmake.qdocconf qdeclarative.qdocconf) && \ (cd $$QT_BUILD_TREE && \ $$GENERATOR doc-build/html-qt/qt.qhp -o doc/qch/qt.qch && \ |