Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
  • Loading branch information
timlinux committed Feb 12, 2007
1 parent a088c7e commit f1e45f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/providers/gpx/CMakeLists.txt
Expand Up @@ -14,6 +14,7 @@ INCLUDE_DIRECTORIES(
${CMAKE_CURRENT_BINARY_DIR}/../../ui
${GEOS_INCLUDE_DIR}
${EXPAT_INCLUDE_DIR}
${GDAL_INCLUDE_DIR}
)

ADD_LIBRARY(gpxprovider MODULE ${OGR_SRCS})
Expand All @@ -22,6 +23,7 @@ TARGET_LINK_LIBRARIES(gpxprovider
${QT_LIBRARIES}
${GEOS_LIBRARY}
${EXPAT_LIBRARY}
${GDAL_LIBRARIES}
qgis_core
)

Expand Down
2 changes: 2 additions & 0 deletions src/providers/wfs/CMakeLists.txt
Expand Up @@ -19,6 +19,7 @@ INCLUDE_DIRECTORIES (
${GEOS_INCLUDE_DIR}
${GEOS_INCLUDE_DIR}/geos
${EXPAT_INCLUDE_DIR}
${GDAL_INCLUDE_DIR}
)

ADD_LIBRARY (wfsprovider MODULE ${WFS_SRCS} ${WFS_MOC_SRCS})
Expand All @@ -27,6 +28,7 @@ TARGET_LINK_LIBRARIES (wfsprovider
${QT_LIBRARIES}
${GEOS_LIBRARY}
${EXPAT_LIBRARY}
${GDAL_LIBRARIES}
qgis_core
)

Expand Down

0 comments on commit f1e45f9

Please sign in to comment.