Skip to content

Commit 6dbc3d2

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@6579 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent d282878 commit 6dbc3d2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎src/plugins/delimited_text/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,14 @@ INCLUDE_DIRECTORIES(
3434
${CMAKE_CURRENT_BINARY_DIR}/../../ui
3535
..
3636
${GEOS_INCLUDE_DIR}
37+
${GDAL_INCLUDE_DIR}
38+
${PROJ_INCLUDE_DIR}
3739
)
3840

3941
TARGET_LINK_LIBRARIES(delimitedtextplugin
4042
${QT_LIBRARIES}
43+
${GDAL_LIBRARIES}
44+
${PROJ_LIBRARY}
4145
qgis_core
4246
)
4347

0 commit comments

Comments
 (0)
Please sign in to comment.