forked from qt-creator/qt-creator
Clang: Remove Mac specific code
Change-Id: I7e146f75e16880e0cfcff81ff15db795a31116b9 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
@@ -66,10 +66,3 @@ equals(TEST, 1) {
|
|||||||
RESOURCES += test/data/clangtestdata.qrc
|
RESOURCES += test/data/clangtestdata.qrc
|
||||||
OTHER_FILES += $$files(test/data/*)
|
OTHER_FILES += $$files(test/data/*)
|
||||||
}
|
}
|
||||||
|
|
||||||
macx {
|
|
||||||
LIBCLANG_VERSION=3.3
|
|
||||||
POSTL = install_name_tool -change "@executable_path/../lib/libclang.$${LIBCLANG_VERSION}.dylib" "$$LLVM_INSTALL_DIR/lib/libclang.$${LIBCLANG_VERSION}.dylib" "\"$${DESTDIR}/lib$${TARGET}.dylib\"" $$escape_expand(\\n\\t)
|
|
||||||
!isEmpty(QMAKE_POST_LINK):QMAKE_POST_LINK = $$escape_expand(\\n\\t)$$QMAKE_POST_LINK
|
|
||||||
QMAKE_POST_LINK = $$POSTL $$QMAKE_POST_LINK
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user