QT sqlite deploy exe

Posted by Samir on Stack Overflow See other posts from Stack Overflow or by Samir
Published on 2009-10-23T11:06:08Z Indexed on 2010/06/18 10:53 UTC
Read the original article Hit count: 206

Filed under:
|
|

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 ?

© Stack Overflow or respective owner

Related posts about qt

Related posts about sqlite