On 2018-07-29 2:39 PM, John Paul Adrian Glaubitz wrote:
I have my doubts that it's actually not possible
to separate the QDoc building from compiling the actual C++ code.
It appears to me from the build log that the install needs to be
modified when qdoc isn't built.
It seems unlikely that it can be built without clang. For windows,
there is FORCE_MINGW_QDOC_BUILD.
qt_find_clang.prf says:
equals(QMAKE_HOST.os, Windows):gcc:isEmpty(FORCE_MINGW_QDOC_BUILD) {
log("QDoc build is disabled on MinGW in Qt 5.11.0, because
of a missing feature in the release infrastructure.")
log("You can enable it by setting FORCE_MINGW_QDOC_BUILD")
break()
}
Dave
--
John David Anglin dave.ang...@bell.net