aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/helloworld
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/helloworld
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/helloworld')
-rw-r--r--src/plugins/helloworld/helloworld.qbs7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/plugins/helloworld/helloworld.qbs b/src/plugins/helloworld/helloworld.qbs
index d1beb7d1a21..e5546e282aa 100644
--- a/src/plugins/helloworld/helloworld.qbs
+++ b/src/plugins/helloworld/helloworld.qbs
@@ -6,15 +6,8 @@ QtcPlugin {
name: "HelloWorld"
Depends { name: "Core" }
- Depends { name: "cpp" }
Depends { name: "Qt"; submodules: ["widgets", "xml", "network", "script"] }
- cpp.includePaths: [
- "..",
- "../../libs",
- buildDirectory
- ]
-
files: [
"helloworldplugin.cpp",
"helloworldplugin.h",