How do I deploy an existing sqlite database with my qt application on Symbian device?
I have one SQLite database, I want to deploy it with my App on symbina device.
But I don’t know how to do?
Help me!
7 replies
Hello,
This solution works as long as you deploy to C:\ drive on Symbian.
But when deploying on E:\ (aka mass storage), this won’t work :
.pro
- sqldeployment.sources = db.sqlite
- sqldeployment.path = .
- DEPLOYMENT += sqldeployment
.cpp
- db.setDatabaseName("db.sqlite");
The file db.sqlite exists in E:\Private\appID\ folder but do not get loaded by QSqlDatabase
With C:\Private\appID\ it works fine.
Any clue ?
You must log in to post a reply. Not a member yet? Register here!





