summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill King <bill.king@nokia.com>2010-11-08 15:08:41 +1000
committerBill King <bill.king@nokia.com>2010-11-08 15:08:41 +1000
commit5361313118e58b84e04124e65bbdc0aa3e9764e3 (patch)
tree8800924b3d1cf2908b6432ac8b7411ca5812b76b
parent2834fb86a3707e648afc8f3ac085a01835c2c424 (diff)
downloadqt-creator-5361313118e58b84e04124e65bbdc0aa3e9764e3.tar.gz
help plugin: Make compile on windows/under pulse
-rw-r--r--src/plugins/help/help.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/help/help.pro b/src/plugins/help/help.pro
index 137592e41d..87dc73ba04 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)