Skip to content

Commit

Permalink
Added missing inlcudes and libs for mac build to work
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_8_0@6586 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Feb 12, 2007
1 parent 67da578 commit 60a2962
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/plugins/wfs/CMakeLists.txt
Expand Up @@ -39,10 +39,15 @@ INCLUDE_DIRECTORIES(
..
${GEOS_INCLUDE_DIR}
${GEOS_INCLUDE_DIR}/geos
${PROJ_INCLUDE_DIR}
${GDAL_INCLUDE_DIR}
)

TARGET_LINK_LIBRARIES(wfsplugin
${QT_LIBRARIES}
${GEOS_LIBRARY}
${PROJ_LIBRARY}
${GDAL_LIBRARY}
qgis_core
)

Expand Down

0 comments on commit 60a2962

Please sign in to comment.