qbs files: Consolidate includePaths in QtcLibrary and QtcPlugin

Avoid using "." as includePath when it is unneeded

Change-Id: I9bc6f4ebe50409f49782520033fd5f098aed10d0
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
This commit is contained in:
Orgad Shaneh
2012-09-27 17:20:00 +02:00
committed by Christian Kandeler
parent 009c3f1a26
commit 614bb33589
98 changed files with 120 additions and 499 deletions

View File

@@ -5,12 +5,6 @@ QtcLibrary {
name: "Utils"
cpp.defines: base.concat(["QTCREATOR_UTILS_LIB"])
cpp.includePaths: [
".",
"..",
"../..",
buildDirectory
]
Properties {
condition: qbs.targetOS == "windows"
@@ -213,9 +207,7 @@ QtcLibrary {
}
ProductModule {
Depends { name: "cpp" }
Depends { name: "Qt"; submodules: ["concurrent", "widgets" ] }
cpp.includePaths: [".."]
}
}