I have a Qt exe built from visual studio 2005(after taking the .cpp, .h, .moc, ui_ files)
I have done some simple QSqlite queries. It works fine in my development pc. But in another pc it crashes for the line below:
QSqlDatabase mSqlDb
How to run the exe so that it can interact with sqlite from another pc. [Any other gui application runs just fine.]
So which things are necessary to deploy a sqlite-qt application ?