Good Day All.
Ive been writing small apps in qt for a while and have decided to try writting a mobile app for my N900. I have written the code And it works great on my linux development box.

THen having installed MADDE i am able to deploy the program to the N900 using mad developer.
THe program loads but i get the followin error displayed

Qt Code:
  1. Killing remote process(es)...
  2. Starting remote process ...
  3. QSqlDatabase: QMYSQL driver not loaded
  4. QSqlDatabase: available drivers: QSQLITE
  5. QSqlQuery::exec: database not open
To copy to clipboard, switch view to plain text mode 


I keep reading that i must install the qt mysql plugin on the n900
I do so but still get the error

Qt Code:
  1. ii libqt4-appdownloader-comm 0.3.5 library for communication with maemo.org downloads
  2. ii libqt4-bearer-hotfix 4.7.0~git20101112-0maemo1 Qt 4 Bearer Hotfix
  3. ii libqt4-core 4.7.0~git20100909-0maemo1+0m5 Qt 4 core module
  4. ii libqt4-dbus 4.7.0~git20100909-0maemo1+0m5 Qt 4 D-Bus module
  5. ii libqt4-declarative 4.7.0~git20100909-0maemo1+0m5 Qt 4 declarative module
  6. ii libqt4-experimental-core 4.7.0~git20101111-0maemo1 Qt 4 core module
  7. ii libqt4-experimental-gui 4.7.0~git20101111-0maemo1 Qt 4 GUI module
  8. ii libqt4-experimental-sql 4.7.0~git20101111-0maemo1 Qt 4 SQL module
  9. ii libqt4-experimental-sql-mysql 4.7.0~git20100728 Qt 4 MySQL plugin
  10. ii libqt4-experimental-svg 4.7.0~git20101111-0maemo1 Qt 4 SVG module
  11. ii libqt4-gui 4.7.0~git20100909-0maemo1+0m5 Qt 4 GUI module
  12. ii libqt4-maemo5 4.7.0~git20100909-0maemo1+0m5 Qt 4 Maemo5 module
  13. ii libqt4-multimedia 4.7.0~git20100909-0maemo1+0m5 Qt 4 Multimedia Libraries
  14. ii libqt4-network 4.7.0~git20100909-0maemo1+0m5 Qt 4 network module
  15. ii libqt4-opengl 4.7.0~git20100909-0maemo1+0m5 Qt 4 OpenGL module
  16. ii libqt4-phonon 4.7.0~git20100909-0maemo1+0m5 Qt 4 Phonon Libraries
  17. ii libqt4-script 4.7.0~git20100909-0maemo1+0m5 Qt 4 script module
  18. ii libqt4-sql 4.7.0~git20100909-0maemo1+0m5 Qt 4 SQL module
  19. ii libqt4-sql-mysql 4.6.2~git20100205-1 Qt 4 MySQL plugin
  20. ii libqt4-sql-sqlite 4.7.0~git20100909-0maemo1+0m5 Qt 4 SQLite plugin
  21. ii libqt4-svg 4.7.0~git20100909-0maemo1+0m5 Qt 4 SVG module
  22. ii libqt4-translations 4.7.0~git20100909-0maemo1+0m5 Qt 4 translations
  23. ii libqt4-webkit 4.7.0~git20100909-0maemo1+0m5 Qt 4 WebKit module
  24. ii libqt4-xml 4.7.0~git20100909-0maemo1+0m5 Qt 4 XML module
  25. ii libqt4-xmlpatterns 4.7.0~git20100909-0maemo1+0m5 Qt 4 XML Patterns module
  26. ii libqtm-12-contacts 1:1.2.0~tp1-0fn~fremantle6 Qt Mobility contacts module
  27. ii libqtm-12-organizer 1:1.2.0~tp1-0fn~fremantle6 Qt Mobility Organizer module
  28. ii libqtm-12-serviceframework 1:1.2.0~tp1-0fn~fremantle6 Qt Mobility service framework module
  29. ii libqtm-12-versit 1:1.2.0~tp1-0fn~fremantle6 Qt Mobility versit module
  30. ii libqtm-bearer 1:1.0.2-maemo4+0m5 Qt Mobility Bearer module
  31. ii libqtm-contacts 1:1.0.2-maemo4+0m5 Qt Mobility contacts module
  32. ii libqtm-location 1:1.0.2-maemo4+0m5 Qt Mobility location module
  33. ii libqtm-messaging 1:1.0.2-maemo4+0m5 Qt Mobility messaging module
  34. ii libqtm-multimedia 1:1.0.2-maemo4+0m5 Qt Mobility multimedia module
  35. ii libqtm-publishsubscribe 1:1.0.2-maemo4+0m5 Qt Mobility publish and subscribe module
  36. ii libqtm-sensors 1:1.0.2-maemo4+0m5 Qt Mobility sensors framework module
  37. ii libqtm-serviceframework 1:1.0.2-maemo4+0m5 Qt Mobility service framework module
  38. ii libqtm-systeminfo 1:1.0.2-maemo4+0m5 Qt Mobility system information module
  39. ii libqtm-versit 1:1.0.2-maemo4+0m5 Qt Mobility versit module
  40. ii libtelepathy-qt4-0 0.2.0-2maemo7+0m5 Telepathy framework - Qt 4 library
  41. ii navit-graphics-qt-qpainter 0.2.0+dfsg.1-1maemo1~3479 Car navigation system with routing engine - Qt grap
  42. ii python2.5-qt4-common 4.7.3-maemo5 Shared files for PyQt4
  43. ii python2.5-qt4-core 4.7.3-maemo5 Python bindings for Qt4 Core components.
  44. ii python2.5-qt4-gui 4.7.3-maemo5 Python bindings for Qt4 Core components.
  45. rc qtirreco 0.3.0-1 QtIrreco - Ir Remote Control
  46. ii qtm-maemo-metapackage 1.3-2+0m5 Qt Mobility meta package update for Maemo
  47. ii qtm-modest-plugin 0.0.2-6+0m5 Qt-Mobility Plugin for Modest
  48. ii qtquickcompat 0.1.0 Makes 'QtQuick 1.0' QML namespace available in Qt 4
To copy to clipboard, switch view to plain text mode 

So i do have it installed.
i also have this in my .pro file

Qt Code:
  1. symbian:TARGET.UID3 = 0xE2CE1EEB
  2.  
  3. # Allow network access on Symbian
  4. symbian:TARGET.CAPABILITY += NetworkServices
  5.  
  6. QT += core gui \
  7. network \
  8. sql \
To copy to clipboard, switch view to plain text mode 

Do you or anyone else know how to get it working

Regards