Guys,
Please help.

I have developed a small database app in QT.

App reads data from the database and displays on the screen.

i am also need to supplying a font ttf file with the app.

My app works in QT creator and QT simulator. I am giving an absolute path for both ttf and db file.

I don't know how to bundle the file for deployment and also how to specify where the database file should be kept after deployment and how to refer to the file in the app.

Thanks for all your help.