Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
hello everyone, i want to cross compile sqlite through qt-4.8.5 for the arm? i have all ready cross compile qt-4.8.5 but how to cross compile sqlite by using these to get proper .so file for my board..
please suggest any soluton?
Hi,
You can get this for free when compiling Qt, just add the -sql-sqlite option to configure
-sql-sqlite
@SGaist thanks