QGIS/external/qspatialite
Daniel Wendt 9f1cc82446 CMake build fix for qt plugins.
The compile flag prevents the Qt plugins from being loaded in the debug
build. The flag is automatically set by the Qt cmake module for release
builds.
2021-03-29 08:44:04 +10:00
..
2021-03-29 08:44:04 +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).