diff options
Diffstat (limited to 'doc/config/qtjenny-project.qdocconf')
| -rw-r--r-- | doc/config/qtjenny-project.qdocconf | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/doc/config/qtjenny-project.qdocconf b/doc/config/qtjenny-project.qdocconf new file mode 100644 index 0000000..7d7f052 --- /dev/null +++ b/doc/config/qtjenny-project.qdocconf @@ -0,0 +1,47 @@ +includepaths += . + +project = QtJenny +description = Qt Jenny +version = $QT_VER +url = https://doc.qt.io/qtjenny + +sourcedirs += ../src +imagedirs += ../images + +qhp.projects = QtJenny + +qhp.QtJenny.file = qtjenny.qhp +qhp.QtJenny.namespace = org.qt-project.qtjenny.$QT_VERSION_TAG +qhp.QtJenny.virtualFolder = qtjenny +qhp.QtJenny.indexTitle = Qt Jenny +qhp.QtJenny.indexRoot = + +qhp.QtJenny.filterAttributes = qtjenny $QT_VERSION qtrefdoc +qhp.QtJenny.customFilters.Qt.name = QtJenny $QT_VERSION +qhp.QtJenny.customFilters.Qt.filterAttributes = qtjenny $QT_VERSION + +tagfile = qtjenny.tags + +#Check dependencies, linking using external URLs for now +depends += \ + qtdoc \ + qdoc \ + qtcore \ + qtgui \ + qtquick \ + qtqml \ + qtqmlmodels \ + qtcmake \ + qtquickcontrols + +buildversion = "Qt Jenny $QT_VER" + +navigation.homepage = "Qt Jenny" +navigation.hometitle = "Qt Jenny" + +macro.majorversion = "1" +macro.minorversion = "1.0" +macro.patchversion = "1.0.0" + +# Fail the documentation build if there are more warnings than the limit +warninglimit = 0 |
