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/plugins/texteditor/snippets/snippetssettingspage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/texteditor/snippets/snippetssettingspage.h') diff --git a/src/plugins/texteditor/snippets/snippetssettingspage.h b/src/plugins/texteditor/snippets/snippetssettingspage.h index d04157d7f6..f880228599 100644 --- a/src/plugins/texteditor/snippets/snippetssettingspage.h +++ b/src/plugins/texteditor/snippets/snippetssettingspage.h @@ -31,7 +31,7 @@ #ifndef SNIPPETSSETTINGSPAGE_H #define SNIPPETSSETTINGSPAGE_H -#include "texteditoroptionspage.h" +#include "../texteditoroptionspage.h" namespace TextEditor { namespace Internal { -- cgit v1.2.1