Running QDoc out of Qt's source tree
Unsolved
Qt Creator and other tools
-
How can I run
qdoc
out of Qt's source? I can build the Qt docs fine, but somehow I can't get to configure the paths and includes (e.g.compat.qdocconf
) in a reasonable way. The only thing I could think of is to hardcode the paths, which is iffy at best.The
qdoc
manual treats syntax and configuration files extensively, but covers next to nothing on how to use the tool. -
Hi,
Do you need this for a custom Qt module or for a classic project ?
-
Would you like that library to be usable like a Qt module ?
-
With a Qt module you can do something like
QT += daemon
like you would for e.g the Qt serial port module.
-
The technique was to use a qdoc configuration file and load the appropriate Qt features.
In the end, the library was converted to a Qt module.