On 03/24/2018 04:38 PM, resurrect...@centrum.cz wrote:

Since the includepaths are not something you may wish to be setting manually in the *.qdocconf would it be possible to have a variable in which they may be set from Qbs file? Either that or more generically allow us to append additional command line arguments to qbs for invoking qdoc. I tried hacking into qt.core.qdocName but it did not do anything (probably read-only?).

You can possibly can use
    Qt.core.qdocEnvironment: ["INCLUDE=/here/are/my/include/files"]
to specify the include path via an environment variable and then pick it up in the .qdocconf file with
   includepaths = $INCLUDE


BR,

Joerg
_______________________________________________
Qbs mailing list
Qbs@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qbs

Reply via email to