Skip to content

Commit 6ea6ec1

Browse files
author
mhugent
committedDec 1, 2010
Only compile offline plugin if spatialite is enabled
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14816 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎src/plugins/CMakeLists.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,12 @@ SUBDIRS (copyright_label
1313
evis
1414
point_displacement_renderer
1515
spatialquery
16-
offline_editing
1716
)
1817

18+
IF (WITH_SPATIALITE)
19+
SUBDIRS( offline_editing )
20+
ENDIF (WITH_SPATIALITE)
21+
1922
IF (POSTGRES_FOUND)
2023
SUBDIRS (spit)
2124
ENDIF (POSTGRES_FOUND)

0 commit comments

Comments
 (0)
Please sign in to comment.