diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-04-27 06:00:59 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-04-27 06:00:59 (GMT) |
commit | 2f074e4241113ac7e75bd7647286077bd7e49f94 (patch) | |
tree | c88b3c6cc94a74964ebabf49efbb1087f5a058a9 /tools/qdoc3/test/qmake.qdocconf | |
parent | 8b5a400581b9c037d12a9f49e075b187edcb0b00 (diff) | |
download | Qt-2f074e4241113ac7e75bd7647286077bd7e49f94.zip Qt-2f074e4241113ac7e75bd7647286077bd7e49f94.tar.gz Qt-2f074e4241113ac7e75bd7647286077bd7e49f94.tar.bz2 |
Increment Qt version number in qdoc namespaces.
As we saw with the 4.5.1 release, failing to increment the namespaces
when incrementing the Qt version causes some featuresof Assistant to
break.
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 aa7e1ad..4e735b0 100644 --- a/tools/qdoc3/test/qmake.qdocconf +++ b/tools/qdoc3/test/qmake.qdocconf @@ -13,7 +13,7 @@ indexes = $QT_BUILD_TREE/doc-build/html-qt/qt.index qhp.projects = qmake qhp.qmake.file = qmake.qhp -qhp.qmake.namespace = com.trolltech.qmake.451 +qhp.qmake.namespace = com.trolltech.qmake.452 qhp.qmake.virtualFolder = qdoc qhp.qmake.indexTitle = QMake Manual qhp.qmake.extraFiles = classic.css images/qt-logo.png images/trolltech-logo.png |