forked from qt-creator/qt-creator
Make Qt Creator documentation link to online docs
Change-Id: I3f843831242929bd3e8427a56c8269c62c1812c1 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user