[Qgis-developer] How to compile QGIS 2.8 without Spatialite?

Luca Manganelli luca76 at gmail.com
Fri Mar 13 03:51:14 PDT 2015


On Fri, Mar 13, 2015 at 10:58 AM, Matthias Kuhn <matthias at opengis.ch> wrote:
> So you will need to introduce some CMake magic to skip this part when
> compiling without spatialite.

In qgisapp.cpp:

extern "C"
{
   #include <spatialite.h>
}

so, I think that sources should be modified, too...


More information about the Qgis-developer mailing list