Create an Assistant using multiple qhc and qch files
-
I have multiple libraries, each one defines their own html pages in their own qhcp and qhp files. I have an application that uses all these libraries, and I would like to be able to launch the assistant from this one application with all of the available html pages defined within these multiple qhcp files. I tried to pass in multiple qhcp files as args to the start process command for the assistant, but it seems to just overwrite the previous qhcp file and only display the last defined qhcp file provided to the assistant. Is there a way to do what I'm trying to do?
-
Hi and welcome to devnet,
Based on this part of Qt's documentation , it's seems you are looking for the register argument of the command.
-
@josiah425 if your issue is solved, please don't forget to mark your post as such. Thanks.