aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/resourceeditor/resourceeditor.qbs
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2012-09-27 17:20:00 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2012-10-05 10:18:56 +0200
commit614bb33589aa1fade05cd1b6b32b3acc848f2fd8 (patch)
tree0daa7e6382bbf5aeb47aeeeec47d7d86ab300a30 /src/plugins/resourceeditor/resourceeditor.qbs
parent009c3f1a261abe14a1c193607292cccf8970e069 (diff)
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>
Diffstat (limited to 'src/plugins/resourceeditor/resourceeditor.qbs')
-rw-r--r--src/plugins/resourceeditor/resourceeditor.qbs10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/plugins/resourceeditor/resourceeditor.qbs b/src/plugins/resourceeditor/resourceeditor.qbs
index 9f51b8b086..889bd951f2 100644
--- a/src/plugins/resourceeditor/resourceeditor.qbs
+++ b/src/plugins/resourceeditor/resourceeditor.qbs
@@ -10,14 +10,7 @@ QtcPlugin {
Depends { name: "cpp" }
Depends { name: "Qt"; submodules: ["widgets", "xml"] }
- cpp.includePaths: [
- "..",
- "../..",
- "../../libs",
- buildDirectory,
- "qrceditor",
- "../../tools/utils"
- ]
+ cpp.includePaths: base.concat("qrceditor")
files: [
"ResourceEditor.mimetypes.xml",
@@ -42,4 +35,3 @@ QtcPlugin {
"qrceditor/undocommands_p.h",
]
}
-