forked from qt-creator/qt-creator
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
|