Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
5 changes: 4 additions & 1 deletion src/plugins/CMakeLists.txt
Expand Up @@ -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)
Expand Down

0 comments on commit 6ea6ec1

Please sign in to comment.