I'm trying to set up a help collection for my application. I think I've got all the pieces present, in terms of the files.
I can generate compressed help and a help collectoin with no errors.

What is driving me insane is that I am missing something about the namespaces in QtHelp. I've looked in the examples and can see that nothing seems to be getting done for the namespaces other than settin gthem in the qtHelp project file. When I try to set the source on my QTextBrowser I get an error:

Qt Code:
  1. QFSFileEngine::open: No file name specified
  2. QTextBrowser: No document for qthelp://myDomainName.com.1_0.manageproject/doc/setup.html
To copy to clipboard, switch view to plain text mode 

When I print the values returned from namespaceName() and documentationFilename() I get the correct namespace and collection paths.

Can someone please help me figure out what step I'm missing. How do I get my documentation under the right namespace so it can be found.

Thank you