Skip to content

Installing and how to

Joseph Mills edited this page Sep 10, 2016 · 1 revision

Installing and how to

mysql

The 1st thing that one must do if not using sqlight is compile the driver for qt. For this this please see the qt documentation Located Here

After that is built then you can build the plugin with

qmake 
make 
make install 

For building for android you have to copy over the lib and the qmldir file to your qt root folder qml folder after building it should look something like this

<QTBASE DIR>/<QT Version>/Toolkit/qml/QmlSql/
<QTBASE DIR>/<QT Version>/Toolkit/qml/QmlSql/libQmlSql.so
<QTBASE DIR>/<QT Version>/Toolkit/qml/QmlSql/qmldir

Then you can use with android.

IMPORTANT

This is not yet ported for iOS

Clone this wiki locally