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:
Nikolai Kosjar
2017-09-25 16:15:14 +02:00
parent 917592970d
commit 087ea0e531
113 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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