Skip to content
Permalink
Browse files
Only compile offline plugin if spatialite is enabled
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14816 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Dec 1, 2010
1 parent c7e74fd commit 6ea6ec1
Showing 1 changed file with 4 additions and 1 deletion.
@@ -13,9 +13,12 @@ SUBDIRS (copyright_label
evis
point_displacement_renderer
spatialquery
offline_editing
)

IF (WITH_SPATIALITE)
SUBDIRS( offline_editing )
ENDIF (WITH_SPATIALITE)

IF (POSTGRES_FOUND)
SUBDIRS (spit)
ENDIF (POSTGRES_FOUND)

0 comments on commit 6ea6ec1

Please sign in to comment.