summaryrefslogtreecommitdiff
path: root/doc/doc.pri
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2009-01-08 13:44:37 +0100
committerThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2009-01-08 13:50:24 +0100
commit2c74d01e94e66f4c04ee27b9c6384dc51e4c97ec (patch)
tree1304e2c5ab161589ace6f63db7b83c505a3bd611 /doc/doc.pri
parentef05697fdb3a40952ec826622bfa4d2752853d3a (diff)
downloadqt-creator-2c74d01e94e66f4c04ee27b9c6384dc51e4c97ec.tar.gz
Fixed 'make docs' lauching of qhelpgenerator
It assumed qhelpgenerator was in the path, though this isn't necessarily the case. Use the absolute directory instead.
Diffstat (limited to 'doc/doc.pri')
-rw-r--r--doc/doc.pri4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/doc.pri b/doc/doc.pri
index cb800823ec..d8e65d4a94 100644
--- a/doc/doc.pri
+++ b/doc/doc.pri
@@ -1,9 +1,9 @@
unix {
QDOC = SRCDIR=$$PWD OUTDIR=$$OUT_PWD/doc/html $$(QTDIR)/tools/qdoc3/qdoc3
- HELPGENERATOR = qhelpgenerator
+ HELPGENERATOR = $$(QTDIR)/bin/qhelpgenerator
} else {
QDOC = $$(QTDIR)\tools\qdoc3\release\qdoc3.exe
- HELPGENERATOR = qhelpgenerator
+ HELPGENERATOR = $$(QTDIR)\bin\qhelpgenerator.exe
}
QHP_FILE = $$OUT_PWD/doc/html/qtcreator.qhp