forked from qt-creator/qt-creator
Change-Id: Icd3f1ab0b9b9557b0bd4cdfc60130e0c8bd15609 Reviewed-by: Marco Bubke <marco.bubke@theqtcompany.com>
6 lines
143 B
Plaintext
6 lines
143 B
Plaintext
include(../../../src/shared/clang/clang_installation.pri)
|
|
requires(!isEmpty(LLVM_LIBS))
|
|
|
|
INCLUDEPATH += $$LLVM_INCLUDEPATH
|
|
LIBS += $$LLVM_LIBS
|