aboutsummaryrefslogtreecommitdiffstats
path: root/doc/doc.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'doc/doc.qbs')
-rw-r--r--doc/doc.qbs5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/doc.qbs b/doc/doc.qbs
index 29ccd9938..dd8377c6c 100644
--- a/doc/doc.qbs
+++ b/doc/doc.qbs
@@ -8,7 +8,9 @@ Project {
Product {
name: "qbs documentation"
builtByDefault: false
- type: ["qch", "qbsdoc.qdoc-html-fixed"]
+ type: Qt.core.config.contains("cross_compile") ?
+ ["qbsdoc.qdoc-html-fixed"] : [ "qbsdoc.qdoc-html-fixed", "qch"]
+
property string fixedHtmlDir: FileInfo.joinPaths(buildDirectory, "qdoc-html-fixed")
Depends { name: "Qt.core" }
Depends { name: "qbsbuildconfig" }
@@ -24,6 +26,7 @@ Project {
"qbs-online.qdocconf",
"config/*.qdocconf",
"config/style/qt5-sidebar.html",
+ "appendix/**/*",
"reference/**/*",
"templates/**/*",
"images/**",