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@6584 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Feb 12, 2007
1 parent 2705820 commit d3712e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugins/spit/CMakeLists.txt
Expand Up @@ -61,12 +61,14 @@ INCLUDE_DIRECTORIES(
${CMAKE_CURRENT_BINARY_DIR}/../../ui
${POSTGRES_INCLUDE_DIR}
${GDAL_INCLUDE_DIR}
${GEOS_INCLUDE_DIR}
)

TARGET_LINK_LIBRARIES(spitplugin
${QT_LIBRARIES}
${POSTGRES_LIBRARY}
${GDAL_LIBRARY}
${GEOS_LIBRARY}
qgis_core
)

Expand Down

0 comments on commit d3712e1

Please sign in to comment.