Hi
I have a Qt app which uses the QSql library to load a built-in database.
I have added QT += sql to the .pro and all works fine for my local builds. However, I have now submitted my app to the Ovi store, and it was rejected. Ova QA reported the app freezing, and I suspect it is related somehow to SQL access.
I notice that the UID for Qt SQL does not appear in my app's .pkg, and nor does SQL appear as a dependency in my built .sis file.
But as I can't reproduce this locally it's hard to be sure!
Any help or ideas about this appreciated.



