Hello,

I finished my Qt application and I provide a documentation using QtHelp. Everything is working fine, without problems.
After everything done I created a installer for my software, it's done and working fine.
But today I just realized that my help option works only in computers where the qt is installed. I took my installer and I installed in 3 different computers, two computers with qt installed and one computer without any Qt or Qwt library. The installation worked fine and my software works perfectly in all three computers, but the QtHelp, when I try to open the help documentation, it's possible to open only in the two computers with Qt, the other one (without qt) doesn't open anything.

Do I need to add something from Qt in my installer that gives the support to QtHelp in any computer? Do I need to copy any dll or library or something from QtHelp to install together with my software?

Thanks in advance
Best Regards