Doc: Use the proper way to find qdoc.

Previously $$QT.core.bins was used to find qdoc, the proper way is to
use qtPrepareTool().

Change-Id: I5d97f5517ae63253ccaf1fb1487034c3a312a074
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
bb10
Casper van Donderen 2012-04-26 14:56:13 +02:00 committed by Qt by Nokia
parent 9f789044d7
commit 62932faef0
2 changed files with 4 additions and 2 deletions

View File

@ -1,2 +1,3 @@
docs.commands += $$QT.core.bins/qdoc $$QT.core.sources/doc/qtcore.qdocconf
qtPrepareTool(QDOC, qdoc)
docs.commands += $$QDOC $$QT.core.sources/doc/qtcore.qdocconf
QMAKE_EXTRA_TARGETS += docs

View File

@ -1,2 +1,3 @@
docs.commands += $$QT.core.bins/qdoc $$QT.xml.sources/doc/qtxml.qdocconf
qtPrepareTool(QDOC, qdoc)
docs.commands += $$QDOC $$QT.xml.sources/doc/qtxml.qdocconf
QMAKE_EXTRA_TARGETS += docs