Skip to content

Commit 8426cea

Browse files
author
timlinux
committed
First step towards fixing ticket #749
- switch to using qgsvectorfilewriter to generate graticules - now I just need to add SRSselector button to support arbitary srs - removed dependency on shplib git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8109 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent b05c1e8 commit 8426cea

File tree

11 files changed

+429
-5325
lines changed

11 files changed

+429
-5325
lines changed

src/plugins/grid_maker/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
SET (GRID_COMMON_SRCS
66
plugingui.cpp
77
graticulecreator.cpp
8-
utils.c
9-
shpopen.c
10-
dbfopen.c
118
)
129

1310
SET (GRID_SRCS
@@ -43,7 +40,10 @@ ADD_LIBRARY (gridmakerplugin MODULE ${GRID_SRCS} ${GRID_MOC_SRCS} ${GRID_COMMON_
4340

4441
INCLUDE_DIRECTORIES(
4542
${CMAKE_CURRENT_BINARY_DIR}
46-
../../core ../../core/raster ../../core/renderer ../../core/symbology
43+
../../core
44+
../../core/raster
45+
../../core/renderer
46+
../../core/symbology
4747
../../gui
4848
..
4949
)

0 commit comments

Comments
 (0)