Maemo 5 has no system wide help engine.
And Symbian has help engine, but you will need native Symbian API to use it.
On the other hand, Qt has it's own help engine
http://doc.qt.nokia.com/latest/qthelp-framework.html
and probably you want to use as it will solve all cross-platform issues.

--Daniil

On Mon, May 16, 2011 at 4:09 PM, David Talmage <talm...@acm.org> wrote:
> Thanks, Timur.
>
> On Monday, May 16, 2011 03:33:07 AM Timur Kristóf wrote:
>> ...
>> I'd recommend you to put those files into your app's resources, then Qt
>> will embed them into your app's executable.
>> ...
>> Read more about this at http://doc.qt.nokia.com/latest/resources.html
>> ...
>
> I considered that.  I don't think that's the right solution.  It's my
> intention to translate the help files into a number of languages.  Embedding
> each one in my application will make my application much bigger.  There has to
> be another way.  When I find it, I will share it here.
>
>> On 05/16/2011 04:56 AM, David Talmage wrote:
>> > I'm sure some of you develop for both Maemo and Symbian^3.  I need some
>> > advice about deployment on those platforms.  I'm looking for a place to
>> > put support files, such as help files, that can't be made into resource
>> > files.  In Maemo, I'm putting them in /opt/usr/share/doc/myapp/.  Where
>> > does Symbian^3 keep such files?
>> > ...
> _______________________________________________
> maemo-developers mailing list
> maemo-developers@maemo.org
> https://lists.maemo.org/mailman/listinfo/maemo-developers
>
_______________________________________________
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers

Reply via email to