Skip to content

Commit b1b0839

Browse files
author
timlinux
committed
Added missing inlcudes and libs for mac build to work
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_8_0@6582 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent ff8d1be commit b1b0839

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/plugins/scale_bar/CMakeLists.txt

+4
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+
${PROJ_INCLUDE_DIR}
38+
${GDAL_INCLUDE_DIR}
3739
)
3840

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

0 commit comments

Comments
 (0)