Skip to content

Commit 67da578

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@6585 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent d3712e1 commit 67da578

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/plugins/gps_importer/CMakeLists.txt

+6
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,16 @@ INCLUDE_DIRECTORIES(
4545
${CMAKE_CURRENT_BINARY_DIR}/../../ui
4646
..
4747
${EXPAT_INCLUDE_DIR}
48+
${GEOS_INCLUDE_DIR}
49+
${PROJ_INCLUDE_DIR}
50+
${GDAL_INCLUDE_DIR}
4851
)
4952

5053
TARGET_LINK_LIBRARIES(gpsimporterplugin
5154
${QT_LIBRARIES}
55+
${PROJ_LIBRARY}
56+
${GDAL_LIBRARY}
57+
${GEOS_LIBRARY}
5258
qgis_core
5359
)
5460

0 commit comments

Comments
 (0)