Doc: Add "make docs" command for QtXml.

Also fix a typo in the qhp/index URL.

Change-Id: I5774982b15f9de5b59966a2d932307b156eecc7f
Reviewed-by: Jerome Pasion <jerome.pasion@nokia.com>
This commit is contained in:
Casper van Donderen 2012-04-26 14:08:36 +02:00 committed by Qt by Nokia
parent 99e3c08064
commit 9f789044d7
3 changed files with 4 additions and 1 deletions

2
src/xml/doc/doc.pri Normal file
View File

@ -0,0 +1,2 @@
docs.commands += $$QT.core.bins/qdoc $$QT.xml.sources/doc/qtxml.qdocconf
QMAKE_EXTRA_TARGETS += docs

View File

@ -2,7 +2,7 @@ include(../../../doc/global/qt-cpp-ignore.qdocconf)
project = QtXml
description = Qt XML Reference Documentation
url = http://qt-project.org/doc/qt-5.0/qtcore
url = http://qt-project.org/doc/qt-5.0/qtxml
version = 5.0.0
sourceencoding = UTF-8

View File

@ -23,5 +23,6 @@ win32-borland {
QMAKE_CXXFLAGS_WARN_ON += -w-use
}
include(doc/doc.pri)
include(dom/dom.pri)
include(sax/sax.pri)