[solved] Assistant can't find files from custom documentation
-
Hi all,
I'd like to create Help system in my application with use of QtAssistant. I've created .qhp and .qhcp files, then generated collection file with:
@qcollectiongenerator help.qhcp -o help.qhc@
and started assistant with:
@assistant -collectionFile help.qhc@
Unfortunately I'm getting 404's, e.g.:
@The page could not be found
'qthelp://test.assistant/help/en/tool/index.html'@If you need source, I've uploaded my "example":http://files.myopera.com/Maciek/files/assistant.zip.
Also I'd like to know where is cacheDirectory stored, as I need to clear it (with <cacheDirectory> set sections are doubled). I'm using Linux, but I haven't found any .assistant or .{cache,config}/{Qt,Troltech,Nokia,Assistant}/ entries. I'm using Qt 4.7.0
Thanks for your help.