I built qt-everywhere-opensource-4.6.2 some times ago in this way: http://www.qtforum.org/article/27787...om-phytec.html.
I use command:
./configure -embedded arm -no-armfpa -little-endian -qt-gfx-transformed -qt-gfx-linuxfb -nomake demos -nomake examples -no-svg -no-phonon -no-qt3support -no-feature-CURSOR -qt-mouse-tslib -L/usr/local/lib -I/usr/local/include
make
make install
./configure -embedded arm -no-armfpa -little-endian -qt-gfx-transformed -qt-gfx-linuxfb -nomake demos -nomake examples -no-svg -no-phonon -no-qt3support -no-feature-CURSOR -qt-mouse-tslib -L/usr/local/lib -I/usr/local/include
make
make install
To copy to clipboard, switch view to plain text mode
Now, I develop app with sql query.
When I run app with sql I get:
QSqlDatabase: QMYSQL driver not loaded
To copy to clipboard, switch view to plain text mode
How can I build QMYSQL driver? Build plugin from http://doc.qt.nokia.com/4.6/sql-driv...x-and-mac-os-x is sufficient? Or should I compile all qt again?
I develop app on ubuntu and run on ARM
thx in advance
Bookmarks