Hi all,

I ran into an issue where the following command line works for a 32-bit windows build of Qt, but not the 64-bit. On the 64-bit, I got the error "The specified collection file could not be read!".

Qt Code:
  1. assistant -collectionFile ../../QtHelpProject.qhc
To copy to clipboard, switch view to plain text mode 

I came across this post http://www.qtcentre.org/threads/1540...collectionFile and tried to copy the sqldrivers/qsqlite4.dll onto the same directory as where I have the assistant.exe, and also where I have the .qhc file, but nothing worked.

Please help. Thanks in advance