Skip to content

Commit f1e45f9

Browse files
author
timlinux
committed
Added missing inlcudes and libs for mac build to work
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_8_0@6577 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent a088c7e commit f1e45f9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/providers/gpx/CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ INCLUDE_DIRECTORIES(
1414
${CMAKE_CURRENT_BINARY_DIR}/../../ui
1515
${GEOS_INCLUDE_DIR}
1616
${EXPAT_INCLUDE_DIR}
17+
${GDAL_INCLUDE_DIR}
1718
)
1819

1920
ADD_LIBRARY(gpxprovider MODULE ${OGR_SRCS})
@@ -22,6 +23,7 @@ TARGET_LINK_LIBRARIES(gpxprovider
2223
${QT_LIBRARIES}
2324
${GEOS_LIBRARY}
2425
${EXPAT_LIBRARY}
26+
${GDAL_LIBRARIES}
2527
qgis_core
2628
)
2729

src/providers/wfs/CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ INCLUDE_DIRECTORIES (
1919
${GEOS_INCLUDE_DIR}
2020
${GEOS_INCLUDE_DIR}/geos
2121
${EXPAT_INCLUDE_DIR}
22+
${GDAL_INCLUDE_DIR}
2223
)
2324

2425
ADD_LIBRARY (wfsprovider MODULE ${WFS_SRCS} ${WFS_MOC_SRCS})
@@ -27,6 +28,7 @@ TARGET_LINK_LIBRARIES (wfsprovider
2728
${QT_LIBRARIES}
2829
${GEOS_LIBRARY}
2930
${EXPAT_LIBRARY}
31+
${GDAL_LIBRARIES}
3032
qgis_core
3133
)
3234

0 commit comments

Comments
 (0)