forked from qt-creator/qt-creator
Clang: Rename directory ipcsource to source
Now it's in accordance with clangrefactoringbackend/source and clangpchmanagerbackend/source. Change-Id: I939cfc72cffb8fcde0649f125e6efb6670d1cbc3 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -4,7 +4,7 @@ QTC_LIB_DEPENDS += \
|
|||||||
|
|
||||||
include(../../qtcreatortool.pri)
|
include(../../qtcreatortool.pri)
|
||||||
include(../../shared/clang/clang_installation.pri)
|
include(../../shared/clang/clang_installation.pri)
|
||||||
include(ipcsource/clangbackendclangipc-source.pri)
|
include(source/clangbackendclangipc-source.pri)
|
||||||
|
|
||||||
QT += core network
|
QT += core network
|
||||||
QT -= gui
|
QT -= gui
|
||||||
|
@@ -7,7 +7,7 @@ QtcTool {
|
|||||||
Depends { name: "libclang"; required: false }
|
Depends { name: "libclang"; required: false }
|
||||||
|
|
||||||
Group {
|
Group {
|
||||||
prefix: "ipcsource/"
|
prefix: "source/"
|
||||||
files: [
|
files: [
|
||||||
"*.h",
|
"*.h",
|
||||||
"*.cpp"
|
"*.cpp"
|
||||||
@@ -26,7 +26,7 @@ QtcTool {
|
|||||||
|
|
||||||
condition: libclang.present
|
condition: libclang.present
|
||||||
|
|
||||||
cpp.includePaths: base.concat(["ipcsource", libclang.llvmIncludeDir])
|
cpp.includePaths: base.concat(["source", 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)
|
||||||
cpp.rpaths: base.concat(libclang.llvmLibDir)
|
cpp.rpaths: base.concat(libclang.llvmLibDir)
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user