[Qbs] Unable to run qdoc in Qt 5.11

Joerg Bornemann joerg.bornemann at qt.io
Tue Mar 27 14:29:12 CEST 2018


On 03/24/2018 04:38 PM, resurrection at 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



More information about the Qbs mailing list