From 5361313118e58b84e04124e65bbdc0aa3e9764e3 Mon Sep 17 00:00:00 2001
From: Bill King <bill.king@nokia.com>
Date: Mon, 8 Nov 2010 15:08:41 +1000
Subject: [PATCH] help plugin: Make compile on windows/under pulse

---
 src/plugins/help/help.pro | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/plugins/help/help.pro b/src/plugins/help/help.pro
index 137592e41db..87dc73ba046 100644
--- a/src/plugins/help/help.pro
+++ b/src/plugins/help/help.pro
@@ -58,6 +58,8 @@ FORMS += docsettingspage.ui \
     generalsettingspage.ui \
     remotehelpfilter.ui
 
+INCLUDEPATH += $$PWD
+
 RESOURCES += help.qrc
 include(../../shared/help/help.pri)
 
-- 
GitLab