Dear all,

We are currently integrating an offline help in our windows application
using QHelpEngine. The qch file is in the same folder than the executable.
When testing, it works well, and CLucene writes its index cache to a
subfolder of the help file folder.

When deploying with an installer, CLucene throws an exception and a Qt
Warning message is issued. I suppose that the library is trying to write
the index cache in the installation folder, which is not allowed at user
level.

I have seen that Assistant and QtCreator manage to make CLucene write the
index cache in the user home folder. Is it possible to tell CLucene the
folder for its index caches?

Thanks!
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to