Skip to content
Snippets Groups Projects
Commit a5b4dca5 authored by Marius Storm-Olsen's avatar Marius Storm-Olsen
Browse files

Make Qt Creator documentation link to online docs


Change-Id: I3f843831242929bd3e8427a56c8269c62c1812c1
Reviewed-by: default avatarCasper van Donderen <casper.vandonderen@nokia.com>
parent bb2a2c3d
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,10 @@ HELPGENERATOR = $$targetPath($$[QT_INSTALL_BINS]/qhelpgenerator)
VERSION_TAG = $$replace(QTCREATOR_VERSION, "[-.]", )
# unset the installdir for qdoc, so we force generation
# of URLs for the links to the Qt documentation
QMAKE_DOCS_INSTALLDIR =
defineReplace(qdoc) {
equals(QMAKE_DIR_SEP, /) { # unix, mingw+msys
QDOC = SRCDIR=$$PWD OUTDIR=$$1 QTC_VERSION=$$QTCREATOR_VERSION QTC_VERSION_TAG=$$VERSION_TAG $$QDOC_BIN
......
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