08-28-2012 06:11 PM - edited 08-28-2012 07:24 PM
I have installed the Qt Creator Blackberry version using the Blackberry Native Dev Beta 2.1 libraries. So far I have:
Everything seems to be linking fine except for the QSql module set. I looked into the pro file and there is no QT command set to add SQL, what should I do?
08-31-2012 12:00 PM
It is not entirely clear about your project configuration.
You may try to add
QT += sql
into your .pro file.
run the qmake, then rebuild your project.
09-02-2012 01:24 AM
I know kind of vague, I apologize. But to your reference I guess I should have just tried using it but since it wasn't in the generated file I figured it wasn't used. Will try now, thank you.