Deploying or installing Qt Assistant
Unsolved
Installation and Deployment
-
If I am to use Qt Assistant for help, the user has to have Assistant installed.
How should I go about either
-
adding the executable or .app file to my deployment image, or
-
install Assistant by other means as a pre-requisite.
A Visual Studio/Qt VS Tools build doesn't appear to offer this as an option, and I can't see how I should add it if I'm using CMake to build the Linux and macOS versions?
Thanks
David -
-
I thought I saw it.
You have to copy it your application bundle.
The example shows how to invoke it from there.