Enable extra clang tooling

Upstream only supports clang 3.9 for the extra clang tooling
functionality, but allows to force it to on for newer clang
versions. Do so.
This commit is contained in:
Tobias Hunger
2017-07-24 22:17:19 +02:00
parent a961a23142
commit 9cda0511d6

View File

@@ -55,8 +55,9 @@ prepare() {
build() {
cd build
QTC_FORCE_CLANG_LIBTOOLING=1 \
qmake LLVM_INSTALL_DIR=/usr CONFIG+=journald QMAKE_CFLAGS_ISYSTEM=-I \
DEFINES+=QBS_ENABLE_PROJECT_FILE_UPDATES "$srcdir"/qt-creator/qtcreator.pro
"$srcdir"/qt-creator/qtcreator.pro
make
make docs
}