diff options
| author | Ulf Hermann <ulf.hermann@qt.io> | 2023-06-02 09:51:29 +0200 |
|---|---|---|
| committer | Ulf Hermann <ulf.hermann@qt.io> | 2023-06-02 14:39:23 +0200 |
| commit | 7a037aa1c7e7f35cf640720a9e98208ebe5a01e8 (patch) | |
| tree | 4165ce955e5a459943eb63a203eb7c03b5dbcb33 /src/qmlcompiler/doc/qtqmlcompiler.qdocconf | |
| parent | 2eee3f5b690b7449d714a3590a3ce15bd061e3cf (diff) | |
QmlCompiler: Add some qhp configuration
Fixes: QTBUG-114163
Change-Id: I0d47e11a3aa7ba2a523d359040f8e4489704fc4e
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'src/qmlcompiler/doc/qtqmlcompiler.qdocconf')
| -rw-r--r-- | src/qmlcompiler/doc/qtqmlcompiler.qdocconf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/qmlcompiler/doc/qtqmlcompiler.qdocconf b/src/qmlcompiler/doc/qtqmlcompiler.qdocconf index 826ef49c56..ee4af656e2 100644 --- a/src/qmlcompiler/doc/qtqmlcompiler.qdocconf +++ b/src/qmlcompiler/doc/qtqmlcompiler.qdocconf @@ -1,9 +1,20 @@ include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf) +include($QT_INSTALL_DOCS/config/exampleurl-qtdeclarative.qdocconf) project = QtQmlCompiler description = Qt QML Compiler Reference Documentation version = $QT_VERSION +qhp.projects = QtQmlCompiler + +qhp.QtQmlCompiler.file = qtqmlcompiler.qhp +qhp.QtQmlCompiler.namespace = org.qt-project.qtqmlcompiler.$QT_VERSION_TAG +qhp.QtQmlCompiler.virtualFolder = qtqmlcompiler +qhp.QtQmlCompiler.indexTitle = Qt QML Compiler +qhp.QtQmlCompiler.indexRoot = + +tagfile = qtqmlcompiler.tags + depends += \ qtcore \ qtnetwork \ @@ -25,3 +36,6 @@ sourcedirs += .. navigation.landingpage = "Qt QML Compiler" navigation.cppclassespage = "Qt QML Compiler C++ Classes" + +# Fail the documentation build if there are more warnings than the limit +warninglimit = 0 |
