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>bb10
parent
99e3c08064
commit
9f789044d7
|
|
@ -0,0 +1,2 @@
|
|||
docs.commands += $$QT.core.bins/qdoc $$QT.xml.sources/doc/qtxml.qdocconf
|
||||
QMAKE_EXTRA_TARGETS += docs
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -23,5 +23,6 @@ win32-borland {
|
|||
QMAKE_CXXFLAGS_WARN_ON += -w-use
|
||||
}
|
||||
|
||||
include(doc/doc.pri)
|
||||
include(dom/dom.pri)
|
||||
include(sax/sax.pri)
|
||||
|
|
|
|||
Loading…
Reference in New Issue