The idea is that you would create a custom qch file for your application with the on-line documentation for your application, and then simply pass it into to the build_paraview_client() macro and then the help should work.
Utkarsh On Wed, Jan 20, 2010 at 9:02 AM, Eric E. Monson <[email protected]> wrote: > Hey Paul, > I was able to get the original ParaView docs to show up by adding this line > to the build_paraview_client() macro section in CMakeLists.txt between > GUI_CONFIGURATION_XMLS and SOURCES: > COMPRESSED_HELP_FILE "${ParaView_BINARY_DIR}/Documentation/paraview.qch" > I just copied this from the {PV_src}/Applications/ParaView/CMakeLists.txt > -Eric > > On Jan 20, 2010, at 4:49 AM, Paul Edwards wrote: > > I'm a bit confused with the help - does the qch file contain all html files > and images? Or would I still need to distribute the Documentation > directory? > > Note: I still haven't sorted otu the missing help file problem.... > > Regards, > Paul > > > 2010/1/20 Paul Edwards <[email protected]> >> >> Hi, >> >> I get the following error when opening the documentation on my branded >> version of ParaView: >> >> No Qt compressed help file (*.qch) was located. >> >> How do I set it up so that it will display the original paraview >> documentation? >> >> Thanks, >> Paul >> > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview > > _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
