diff options
author | Bill King <bill.king@nokia.com> | 2010-11-08 15:08:41 +1000 |
---|---|---|
committer | Bill King <bill.king@nokia.com> | 2010-11-08 15:08:41 +1000 |
commit | 5361313118e58b84e04124e65bbdc0aa3e9764e3 (patch) | |
tree | 8800924b3d1cf2908b6432ac8b7411ca5812b76b /src/plugins/help/help.pro | |
parent | 2834fb86a3707e648afc8f3ac085a01835c2c424 (diff) | |
download | qt-creator-5361313118e58b84e04124e65bbdc0aa3e9764e3.tar.gz |
help plugin: Make compile on windows/under pulse
Diffstat (limited to 'src/plugins/help/help.pro')
-rw-r--r-- | src/plugins/help/help.pro | 2 |
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) |