Skip to content

Commit a088c7e

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎src/providers/postgres/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,16 @@ INCLUDE_DIRECTORIES (
2424
../../gui
2525
${CMAKE_CURRENT_BINARY_DIR}/../../ui
2626
${POSTGRES_INCLUDE_DIR}
27-
$GEOS_INCLUDE_DIR}
27+
${GEOS_INCLUDE_DIR}
28+
${GDAL_INCLUDE_DIR}
2829
)
2930

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

3233
TARGET_LINK_LIBRARIES (postgresprovider
3334
${QT_LIBRARIES}
3435
${POSTGRES_LIBRARY}
36+
${GDAL_LIBRARIES}
3537
qgis_core
3638
)
3739

0 commit comments

Comments
 (0)
Please sign in to comment.