QGIS/external/qspatialite
Simon Lopez c06c7c938e Use CMake's SQLite targets
This uses the same targets and variables introduced in
the FindSQLite3 module in CMake starting with version 3.14.

The other CMakeFiles.txt are modified accordingly.
2024-09-13 20:59:46 +02:00
..
2024-09-13 20:59:46 +02:00
2024-09-04 09:04:50 +10:00

QSPATIALITE driver derived from QSQLITE driver.

No actual changes except linking to SpatiaLite and a call to
spatialite_init(0).

See the Qt SQL documentation for more information on compiling Qt SQL
driver plugins (sql-driver.html).