File tree 5 files changed +7
-11
lines changed
5 files changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ ENDIF(NOT WIN32 AND NOT ANDROID)
161
161
FIND_PACKAGE (Proj)
162
162
FIND_PACKAGE (GEOS)
163
163
FIND_PACKAGE (GDAL)
164
- FIND_PACKAGE (Expat)
164
+ FIND_PACKAGE (Expat REQUIRED )
165
165
FIND_PACKAGE (Spatialindex REQUIRED)
166
166
FIND_PACKAGE (Qwt REQUIRED)
167
167
Original file line number Diff line number Diff line change @@ -21,14 +21,15 @@ Required build deps:
21
21
- Sqlite3 >= 3.0.0
22
22
- GDAL/OGR >= 1.4.x
23
23
- Qwt >= 5.0
24
+ - expat >= 1.95
24
25
-
25
26
26
27
Optional dependencies:
27
28
28
29
- for GRASS plugin - GRASS >= 6.0.0 (libraries compiled with exceptions support on Linux 32bit)
29
30
- for georeferencer - GSL >= 1.8
30
31
- for postgis support and SPIT plugin - PostgreSQL >= 8.0.x
31
- - for gps plugin - expat >= 1.95 and gpsbabel
32
+ - for gps plugin - gpsbabel
32
33
- for mapserver export and PyQGIS - Python >= 2.3 (2.5+ preferred)
33
34
- for python support - SIP >= 4.8, PyQt >= must match Qt version, Qscintilla2
34
35
- for qgis mapserver - FastCGI
Original file line number Diff line number Diff line change @@ -590,6 +590,7 @@ TARGET_LINK_LIBRARIES(qgis_core
590
590
${GEOS_LIBRARY}
591
591
${GDAL_LIBRARY}
592
592
${SPATIALINDEX_LIBRARY}
593
+ ${EXPAT_LIBRARY}
593
594
)
594
595
595
596
IF (WITH_INTERNAL_SPATIALITE)
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ ADD_SUBDIRECTORY(sqlanywhere)
15
15
ADD_SUBDIRECTORY (roadgraph)
16
16
ADD_SUBDIRECTORY (zonal_statistics)
17
17
ADD_SUBDIRECTORY (georeferencer)
18
+ ADD_SUBDIRECTORY (gps_importer)
18
19
19
20
IF (WITH_SPATIALITE)
20
21
ADD_SUBDIRECTORY (offline_editing)
@@ -28,10 +29,6 @@ IF (GRASS_FOUND)
28
29
ADD_SUBDIRECTORY (grass)
29
30
ENDIF (GRASS_FOUND)
30
31
31
- IF (EXPAT_FOUND)
32
- ADD_SUBDIRECTORY (gps_importer)
33
- ENDIF (EXPAT_FOUND)
34
-
35
32
IF (WITH_GLOBE)
36
33
ADD_SUBDIRECTORY (globe)
37
34
ENDIF (WITH_GLOBE)
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ ADD_SUBDIRECTORY(gdal)
12
12
ADD_SUBDIRECTORY (mssql)
13
13
ADD_SUBDIRECTORY (ows)
14
14
ADD_SUBDIRECTORY (wcs)
15
+ ADD_SUBDIRECTORY (gpx)
16
+ ADD_SUBDIRECTORY (wfs)
15
17
16
18
IF (POSTGRES_FOUND)
17
19
ADD_SUBDIRECTORY (postgres)
@@ -21,11 +23,6 @@ IF (SPATIALITE_FOUND OR WITH_INTERNAL_SPATIALITE)
21
23
ADD_SUBDIRECTORY (spatialite)
22
24
ENDIF (SPATIALITE_FOUND OR WITH_INTERNAL_SPATIALITE)
23
25
24
- IF (EXPAT_FOUND)
25
- ADD_SUBDIRECTORY (gpx)
26
- ADD_SUBDIRECTORY (wfs)
27
- ENDIF (EXPAT_FOUND)
28
-
29
26
IF (GRASS_FOUND)
30
27
ADD_SUBDIRECTORY (grass)
31
28
ENDIF (GRASS_FOUND)
You can’t perform that action at this time.
0 commit comments