Doc: Build fix for Qt5 compilation

Change-Id: Id09f218492ce2b82e1c7ceae6e9324e52972aeb1
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
This commit is contained in:
Yuchen Deng
2012-03-30 09:06:30 +08:00
committed by Eike Ziller
parent c616d93800
commit 4f0170e5c4

View File

@@ -1,4 +1,9 @@
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, "[-.]", )