diff options
author | Daniel Molkentin <daniel.molkentin@nokia.com> | 2009-01-14 19:21:23 +0100 |
---|---|---|
committer | Daniel Molkentin <daniel.molkentin@nokia.com> | 2009-01-14 19:21:23 +0100 |
commit | f60b69eb6ec48e28d8399f82ac29a908b1939442 (patch) | |
tree | 61d988b371792efaf965560dc1cafe11ca0a13bc /doc/doc.pri | |
parent | 67283774cfc89dd10f364866be9febc9ec238e81 (diff) | |
download | qt-creator-f60b69eb6ec48e28d8399f82ac29a908b1939442.tar.gz |
Fixes: make docs target with nmake
Diffstat (limited to 'doc/doc.pri')
-rw-r--r-- | doc/doc.pri | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doc.pri b/doc/doc.pri index e9e34fe733..e51280c423 100644 --- a/doc/doc.pri +++ b/doc/doc.pri @@ -9,7 +9,7 @@ unix { QHP_FILE = $$OUT_PWD/doc/html/qtcreator.qhp QCH_FILE = $$OUT_PWD/doc/qtcreator.qch -html_docs.commands =$$QDOC $$PWD/qtcreator.qdocconf +html_docs.commands = "$$QDOC $$PWD/qtcreator.qdocconf" html_docs.depends += $$PWD/qtcreator.qdoc $$PWD/qtcreator.qdocconf html_docs.files = $$QHP_FILE |