Skip to content
Snippets Groups Projects
Commit 2c74d01e authored by Thorbjørn Lindeijer's avatar Thorbjørn Lindeijer
Browse files

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.
parent ef05697f
No related merge requests found
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment