[Solved] Qt SQLite after setup
-
Hi Folks,
I have a project, which uses QSQLite. From the source, I generate a setup included with the "Qt5Sql.dll" file ( I guess, it needs for handling SQLite databases ).
When a customer install the application, it is unable to create tables in the databse file.
I checked the access rights to the file ( it is correct), I tried to create tables manualy (it works)... i don't have any idea.
Did I forgot to include a .dll to the setup? Can anybody help me? It's a quite important for me...Regards,
Norbert -
Hi,
You are missing the sql relate plugins that can be found in plugins/sqldrivers
-
Did you put it the correct folder ?
Have a look at this fine wiki "entry":http://qt-project.org/wiki/Deploy_an_Application_on_Windows to see how it should be done.
the d version is for debug