forked from qt-creator/qt-creator
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:
committed by
Christian Kandeler
parent
009c3f1a26
commit
614bb33589
@@ -4,12 +4,7 @@ import "../QtcLibrary.qbs" as QtcLibrary
|
||||
QtcLibrary {
|
||||
name: "CPlusPlus"
|
||||
|
||||
cpp.includePaths: [
|
||||
".",
|
||||
"..",
|
||||
"../3rdparty/cplusplus",
|
||||
"../../plugins"
|
||||
]
|
||||
cpp.includePaths: base.concat("../3rdparty/cplusplus")
|
||||
cpp.defines: base.concat([
|
||||
"NDEBUG",
|
||||
"CPLUSPLUS_BUILD_LIB"
|
||||
@@ -181,4 +176,3 @@ QtcLibrary {
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user