hello everyone, can any one tell me how to cross compile "sqlite" for arm board??
how to cross compile sqlite for arm imx6 board?
hello the issue get solved by using when compiling Qt, just add the -sql-sqlite option to configure...
Hi @sachin. I have some questions. 1 - Is sqlite work for qt 4.6.3? 2 - And you just add this option to end of ./configure command? 3 - After install the qt, how to use sqlite? thanks.
I am using on qt-4.8.5 and try to reconfigure with adding this sqlite for compiling and for use of sqlite in qt refer below site ==> https://katecpp.wordpress.com/2015/08/28/sqlite-with-qt/