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@6576 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Feb 12, 2007
1 parent 73e65a6 commit a088c7e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/providers/postgres/CMakeLists.txt
Expand Up @@ -24,14 +24,16 @@ INCLUDE_DIRECTORIES (
../../gui
${CMAKE_CURRENT_BINARY_DIR}/../../ui
${POSTGRES_INCLUDE_DIR}
$GEOS_INCLUDE_DIR}
${GEOS_INCLUDE_DIR}
${GDAL_INCLUDE_DIR}
)

ADD_LIBRARY (postgresprovider MODULE ${PG_SRCS} ${PG_MOC_SRCS})

TARGET_LINK_LIBRARIES (postgresprovider
${QT_LIBRARIES}
${POSTGRES_LIBRARY}
${GDAL_LIBRARIES}
qgis_core
)

Expand Down

0 comments on commit a088c7e

Please sign in to comment.