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 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
