forked from qt-creator/qt-creator
Adapt qbs build to doc changes
Amends 5fc456dd22
.
Change-Id: I342b82248ee84267613dd17583840d1c4daaaef3
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
@@ -7,7 +7,7 @@ Project {
|
|||||||
QtcDocumentation {
|
QtcDocumentation {
|
||||||
name: "user doc online"
|
name: "user doc online"
|
||||||
isOnlineDoc: true
|
isOnlineDoc: true
|
||||||
mainDocConfFile: "qtcreator-online.qdocconf"
|
mainDocConfFile: "qtcreator/qtcreator-online.qdocconf"
|
||||||
|
|
||||||
files: [
|
files: [
|
||||||
"src/**/*",
|
"src/**/*",
|
||||||
@@ -17,7 +17,7 @@ Project {
|
|||||||
QtcDocumentation {
|
QtcDocumentation {
|
||||||
name: "user doc offline"
|
name: "user doc offline"
|
||||||
isOnlineDoc: false
|
isOnlineDoc: false
|
||||||
mainDocConfFile: "qtcreator.qdocconf"
|
mainDocConfFile: "qtcreator/qtcreator.qdocconf"
|
||||||
|
|
||||||
files: [
|
files: [
|
||||||
"src/**/*",
|
"src/**/*",
|
||||||
@@ -27,7 +27,7 @@ Project {
|
|||||||
QtcDocumentation {
|
QtcDocumentation {
|
||||||
name: "API doc online"
|
name: "API doc online"
|
||||||
isOnlineDoc: true
|
isOnlineDoc: true
|
||||||
mainDocConfFile: "api/qtcreator-dev-online.qdocconf"
|
mainDocConfFile: "qtcreatordev/qtcreator-dev-online.qdocconf"
|
||||||
|
|
||||||
Group {
|
Group {
|
||||||
name: "sources"
|
name: "sources"
|
||||||
@@ -42,7 +42,7 @@ Project {
|
|||||||
QtcDocumentation {
|
QtcDocumentation {
|
||||||
name: "API doc offline"
|
name: "API doc offline"
|
||||||
isOnlineDoc: false
|
isOnlineDoc: false
|
||||||
mainDocConfFile: "api/qtcreator-dev.qdocconf"
|
mainDocConfFile: "qtcreatordev/qtcreator-dev.qdocconf"
|
||||||
|
|
||||||
Group {
|
Group {
|
||||||
name: "sources"
|
name: "sources"
|
||||||
|
@@ -126,7 +126,7 @@ QtcPlugin {
|
|||||||
fileTags: []
|
fileTags: []
|
||||||
files: [
|
files: [
|
||||||
"README",
|
"README",
|
||||||
project.ide_source_tree + "/doc/src/editors/creator-only/creator-clang-codemodel.qdoc",
|
project.ide_source_tree + "/doc/qtcreator/src/editors/creator-only/creator-clang-codemodel.qdoc",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -106,7 +106,7 @@ QtcPlugin {
|
|||||||
name: "Other files"
|
name: "Other files"
|
||||||
fileTags: []
|
fileTags: []
|
||||||
files: [
|
files: [
|
||||||
project.ide_source_tree + "/doc/src/analyze/creator-clang-static-analyzer.qdoc",
|
project.ide_source_tree + "/doc/qtcreator/src/analyze/creator-clang-static-analyzer.qdoc",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user