forked from qt-creator/qt-creator
Clang*: remove wrong cpp define from qbs files
Change-Id: I1c7a5386b7ed0c117f0ed9c39c93af802e958a27 Reviewed-by: Marco Bubke <marco.bubke@qt.io> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -25,7 +25,6 @@ QtcPlugin {
|
|||||||
res.push("-Wno-comment"); // clang/Format/Format.h has intentional multiline comments
|
res.push("-Wno-comment"); // clang/Format/Format.h has intentional multiline comments
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
cpp.defines: base.concat("CLANGPCHMANAGER_LIB")
|
|
||||||
cpp.includePaths: base.concat(libclang.llvmIncludeDir)
|
cpp.includePaths: base.concat(libclang.llvmIncludeDir)
|
||||||
cpp.libraryPaths: base.concat(libclang.llvmLibDir)
|
cpp.libraryPaths: base.concat(libclang.llvmLibDir)
|
||||||
cpp.dynamicLibraries: base.concat(libclang.llvmFormattingLibs)
|
cpp.dynamicLibraries: base.concat(libclang.llvmFormattingLibs)
|
||||||
|
|||||||
@@ -17,7 +17,6 @@ QtcPlugin {
|
|||||||
Depends { name: "ProjectExplorer" }
|
Depends { name: "ProjectExplorer" }
|
||||||
Depends { name: "TextEditor" }
|
Depends { name: "TextEditor" }
|
||||||
|
|
||||||
cpp.defines: base.concat("CLANGPCHMANAGER_LIB")
|
|
||||||
cpp.includePaths: ["."]
|
cpp.includePaths: ["."]
|
||||||
|
|
||||||
files: [
|
files: [
|
||||||
|
|||||||
@@ -24,7 +24,6 @@ QtcPlugin {
|
|||||||
|
|
||||||
condition: libclang.present
|
condition: libclang.present
|
||||||
|
|
||||||
cpp.defines: base.concat("CLANGPCHMANAGER_LIB")
|
|
||||||
cpp.includePaths: base.concat(libclang.llvmIncludeDir)
|
cpp.includePaths: base.concat(libclang.llvmIncludeDir)
|
||||||
cpp.libraryPaths: base.concat(libclang.llvmLibDir)
|
cpp.libraryPaths: base.concat(libclang.llvmLibDir)
|
||||||
cpp.dynamicLibraries: base.concat(libclang.llvmLibs)
|
cpp.dynamicLibraries: base.concat(libclang.llvmLibs)
|
||||||
|
|||||||
Reference in New Issue
Block a user