Ok I have rewritten the qdocconf from scratch and it started to work. Thanks for the tips anyway, that was exactly what I needed to know - that I do not have an error in my Qbs file. Michael ______________________________________________________________
Od: Christian Kandeler <[email protected]> Komu: [email protected] Datum: 19.07.2017 09:29 Předmět: Re: [Qbs] Building QDoc based documentation with Qbs
On Tue, 18 Jul 2017 20:58:52 +0200 <[email protected]> wrote: > How do one build QDoc based documentation with Qbs? As always in Qt, you tag your input file(s) accordingly. The most relevant tag here is "qdocconf-main"; see https://doc.qt.io/qbs/qt-modules.html#core-file-tags <https://doc.qt.io/qbs/qt-modules.html#core-file-tags> for the other qdoc-related ones. Now if you give your doc product the type "qch", everything should work automatically. I can't tell you anything more concrete, since you did not show us what your qbs code looks like. Christian _______________________________________________ Qbs mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qbs <http://lists.qt-project.org/mailman/listinfo/qbs>
_______________________________________________ Qbs mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qbs
