Skip to content
Snippets Groups Projects
Commit 4f0170e5 authored by Yuchen Deng's avatar Yuchen Deng Committed by Eike Ziller
Browse files

Doc: Build fix for Qt5 compilation


Change-Id: Id09f218492ce2b82e1c7ceae6e9324e52972aeb1
Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@nokia.com>
parent c616d938
No related branches found
No related tags found
No related merge requests found
QDOC_BIN = $$targetPath($$[QT_INSTALL_BINS]/qdoc3)
greaterThan(QT_MAJOR_VERSION, 4) {
QDOC_BIN = $$targetPath($$[QT_INSTALL_BINS]/qdoc)
} else {
QDOC_BIN = $$targetPath($$[QT_INSTALL_BINS]/qdoc3)
}
HELPGENERATOR = $$targetPath($$[QT_INSTALL_BINS]/qhelpgenerator)
VERSION_TAG = $$replace(QTCREATOR_VERSION, "[-.]", )
......
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