Quote Originally Posted by anoraxis View Post
Yes, this deployment has been tested. I usually give to the client:

data.db3
app.exe
qtcore.dll
qtgui.dll
qtsql.dll
mingw.dll
lib*.dll (another dll required in Qt 4.7)
sqldrivers/qsqlite.dll
They are certainly not the names of the DLLs on my Windows machines. I will assume you have shipped the correct files, i.e. QtCore4.dll, qsqlite4.dll etc.

If data.db3 is your database and it has been installed under the user's Program Files folder with the app it will not generally be writeable on Windows Vista, 7, or 8.
If you are assuming that data.db3 is in the current working directory of the application then it may fail in other environments.