Re: what about the manual in 2.0.0
Posted by
maqifrnswa on
Oct 03, 2013; 7:56pm
URL: https://forum.librecad.org/what-about-the-manual-in-2-0-0-tp5708949p5708957.html
On Thu, Oct 3, 2013 at 3:49 PM, cantcode [via LibreCAD]
<
[hidden email]> wrote:
> Looking at librecad/src/main/qc_applicationwindow.cpp at line 3913
> it says:
> if ((RS_SYSTEM->getDocPath().length()>0) &&
> (QFile::exists(RS_SYSTEM->getDocPath()+ "/LibreCADdoc.qhc")==true))
>
> So LibreCAD is looking for "LibreCADdoc.qhc"
> But when I look into my doc folder, there is no LibreCADdoc.qhc file the
> closest thing is LibreCADdoc.qhcp
> Can someone tell me how I can get those .qhc file?
>
After building, did you run:
scripts/postprocess-unix.sh
?
it was supposed to run during the build, perhaps there was a warning
or error in your log that it couldn't build the help?
qcollectiongenerator is needed.