diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-09-29 06:09:03 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-09-29 06:09:03 (GMT) |
commit | 562f05d87ee41b7b95f91eea44a4a966dbcde1b9 (patch) | |
tree | 6ded52d18d1920c3099ec25326e6afdcf8e2bc83 /tools/qdoc3/test/qmake.qdocconf | |
parent | aa8865b37520cf591ae795895f4a38d5ad86c17a (diff) | |
download | Qt-562f05d87ee41b7b95f91eea44a4a966dbcde1b9.zip Qt-562f05d87ee41b7b95f91eea44a4a966dbcde1b9.tar.gz Qt-562f05d87ee41b7b95f91eea44a4a966dbcde1b9.tar.bz2 |
Assistant, Designer, Lingist and QMake manuals weren't generated.
qdoc3 warns when it doesn't find doc source files that are listed in the
.qdocconf file, but it doesn't error out. Thus the manuals haven't been
generated since the 4.6 doc reorganization, but the failure has been
silent.
Reviewed-by: Trust Me
Diffstat (limited to 'tools/qdoc3/test/qmake.qdocconf')
-rw-r--r-- | tools/qdoc3/test/qmake.qdocconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qdoc3/test/qmake.qdocconf b/tools/qdoc3/test/qmake.qdocconf index 3dc1d3b..dcb3c9a 100644 --- a/tools/qdoc3/test/qmake.qdocconf +++ b/tools/qdoc3/test/qmake.qdocconf @@ -27,7 +27,7 @@ qhp.qmake.subprojects.manual.selectors = fake:page language = Cpp -sources = $QT_SOURCE_TREE/doc/src/qmake-manual.qdoc +sources = $QT_SOURCE_TREE/doc/src/development/qmake-manual.qdoc sources.fileextensions = "*.cpp *.qdoc" |