From: Casper van Donderen Date: Thu, 26 Apr 2012 12:08:36 +0000 (+0200) Subject: Doc: Add "make docs" command for QtXml. X-Git-Tag: 071012110112~1376 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9f789044d7174383085f99e82c7ff58e41e2d587;p=profile%2Fivi%2Fqtbase.git Doc: Add "make docs" command for QtXml. Also fix a typo in the qhp/index URL. Change-Id: I5774982b15f9de5b59966a2d932307b156eecc7f Reviewed-by: Jerome Pasion --- diff --git a/src/xml/doc/doc.pri b/src/xml/doc/doc.pri new file mode 100644 index 0000000..4a0d2b9 --- /dev/null +++ b/src/xml/doc/doc.pri @@ -0,0 +1,2 @@ +docs.commands += $$QT.core.bins/qdoc $$QT.xml.sources/doc/qtxml.qdocconf +QMAKE_EXTRA_TARGETS += docs diff --git a/src/xml/doc/qtxml.qdocconf b/src/xml/doc/qtxml.qdocconf index 9050364..326d1ca 100644 --- a/src/xml/doc/qtxml.qdocconf +++ b/src/xml/doc/qtxml.qdocconf @@ -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 diff --git a/src/xml/xml.pro b/src/xml/xml.pro index e860250..b8c2449 100644 --- a/src/xml/xml.pro +++ b/src/xml/xml.pro @@ -23,5 +23,6 @@ win32-borland { QMAKE_CXXFLAGS_WARN_ON += -w-use } +include(doc/doc.pri) include(dom/dom.pri) include(sax/sax.pri)