From 614bb33589aa1fade05cd1b6b32b3acc848f2fd8 Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Thu, 27 Sep 2012 17:20:00 +0200 Subject: qbs files: Consolidate includePaths in QtcLibrary and QtcPlugin Avoid using "." as includePath when it is unneeded Change-Id: I9bc6f4ebe50409f49782520033fd5f098aed10d0 Reviewed-by: Christian Kandeler --- src/libs/glsl/glsl.qbs | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/libs/glsl/glsl.qbs') diff --git a/src/libs/glsl/glsl.qbs b/src/libs/glsl/glsl.qbs index edffdb4da5..0a49bc50db 100644 --- a/src/libs/glsl/glsl.qbs +++ b/src/libs/glsl/glsl.qbs @@ -4,10 +4,6 @@ import "../QtcLibrary.qbs" as QtcLibrary QtcLibrary { name: "GLSL" - cpp.includePaths: [ - ".", - ".." - ] cpp.defines: base.concat([ "QT_CREATOR", "GLSL_BUILD_LIB" @@ -47,10 +43,5 @@ QtcLibrary { "glsltypes.cpp", "glsltypes.h", ] - - ProductModule { - Depends { name: "cpp" } - cpp.includePaths: ["."] - } } -- cgit v1.2.1