diff options
author | Daniel Molkentin <daniel.molkentin@nokia.com> | 2009-01-08 14:51:31 -0800 |
---|---|---|
committer | Daniel Molkentin <daniel.molkentin@nokia.com> | 2009-01-13 16:21:11 +0100 |
commit | 8fd841c157abbb1d0f5af758cbbba14c66d924c9 (patch) | |
tree | 88f3470a82a29e76eff64e3dd394b6963a91e286 /doc/doc.pri | |
parent | 6966d91c7a77772fab5c3f4e5341ef4bbf1bd5a2 (diff) | |
download | qt-creator-8fd841c157abbb1d0f5af758cbbba14c66d924c9.tar.gz |
build docs on windows
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 d8e65d4a94..e9e34fe733 100644 --- a/doc/doc.pri +++ b/doc/doc.pri @@ -2,7 +2,7 @@ unix { QDOC = SRCDIR=$$PWD OUTDIR=$$OUT_PWD/doc/html $$(QTDIR)/tools/qdoc3/qdoc3 HELPGENERATOR = $$(QTDIR)/bin/qhelpgenerator } else { - QDOC = $$(QTDIR)\tools\qdoc3\release\qdoc3.exe + QDOC = set SRCDIR=$$PWD&& set OUTDIR=$$OUT_PWD/doc/html&& $$(QTDIR)\tools\qdoc3\release\qdoc3.exe HELPGENERATOR = $$(QTDIR)\bin\qhelpgenerator.exe } |