diff options
| author | Orgad Shaneh <[email protected]> | 2012-09-27 17:20:00 +0200 |
|---|---|---|
| committer | Christian Kandeler <[email protected]> | 2012-10-05 10:18:56 +0200 |
| commit | 614bb33589aa1fade05cd1b6b32b3acc848f2fd8 (patch) | |
| tree | 0daa7e6382bbf5aeb47aeeeec47d7d86ab300a30 /src/libs/cplusplus/cplusplus.qbs | |
| parent | 009c3f1a261abe14a1c193607292cccf8970e069 (diff) | |
qbs files: Consolidate includePaths in QtcLibrary and QtcPlugin
Avoid using "." as includePath when it is unneeded
Change-Id: I9bc6f4ebe50409f49782520033fd5f098aed10d0
Reviewed-by: Christian Kandeler <[email protected]>
Diffstat (limited to 'src/libs/cplusplus/cplusplus.qbs')
| -rw-r--r-- | src/libs/cplusplus/cplusplus.qbs | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/libs/cplusplus/cplusplus.qbs b/src/libs/cplusplus/cplusplus.qbs index 7b9e98d04ac..db321ded657 100644 --- a/src/libs/cplusplus/cplusplus.qbs +++ b/src/libs/cplusplus/cplusplus.qbs @@ -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 { ] } } - |
