View Single Post
Guest | Posts: n/a | Thanked: 0 times | Joined on
#1
hi,

I'm developing an application with qt creator for n900.
In my app I need to save some stuff to a config file. This file should be located at "~/.myapp/config.xml".
Creating and editing the file at runtime is no problem but how do I add it to the debian package so that it will be installed along with the binary?
That should be the standard way in debian, should it?

I search google and found many stuff regarding debian packaging but I'm didn't find a suitable answer.