forked from qt-creator/qt-creator
Doc: Build fix for Qt5 compilation
Change-Id: Id09f218492ce2b82e1c7ceae6e9324e52972aeb1 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
This commit is contained in:
@@ -1,4 +1,9 @@
|
|||||||
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)
|
HELPGENERATOR = $$targetPath($$[QT_INSTALL_BINS]/qhelpgenerator)
|
||||||
|
|
||||||
VERSION_TAG = $$replace(QTCREATOR_VERSION, "[-.]", )
|
VERSION_TAG = $$replace(QTCREATOR_VERSION, "[-.]", )
|
||||||
|
Reference in New Issue
Block a user