diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-08-12 07:09:20 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-08-12 07:09:20 (GMT) |
commit | 03d9d3cf641c8dde22a903870ac2b6e58ada6eec (patch) | |
tree | e8cec9d4a89995ab8270876165354f9b3c6aa2be /doc | |
parent | add515dc7fefd1c6b07ab75d94d033f145293ee4 (diff) | |
download | Qt-03d9d3cf641c8dde22a903870ac2b6e58ada6eec.zip Qt-03d9d3cf641c8dde22a903870ac2b6e58ada6eec.tar.gz Qt-03d9d3cf641c8dde22a903870ac2b6e58ada6eec.tar.bz2 |
qdoc: All references to -assistant and -base were removed.
Flags allowed are now -creator and -online. -creator is
the default.
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 && \ |