summaryrefslogtreecommitdiff
path: root/src/plugins/help/help.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/help/help.qbs')
-rw-r--r--src/plugins/help/help.qbs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/help/help.qbs b/src/plugins/help/help.qbs
index 9c236b80cb..1d3cd481ef 100644
--- a/src/plugins/help/help.qbs
+++ b/src/plugins/help/help.qbs
@@ -20,7 +20,6 @@ QtcPlugin {
Depends { name: "Locator" }
Depends { name: "app_version_header" }
-
cpp.defines: {
var list = base;
if (qtcore.versionMajor >= 5)
@@ -29,7 +28,8 @@ QtcPlugin {
return list;
}
- cpp.includePaths: base.concat(sharedSources.prefix)
+ // We include headers from src/shared/help, and their sources include headers from here...
+ cpp.includePaths: base.concat([sharedSources.prefix, path])
Group {
name: "Sources"