Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@13144 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Mar 23, 2010
1 parent 2aa1557 commit ab92ed6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
9 changes: 7 additions & 2 deletions src/plugins/diagram_overlay/CMakeLists.txt
Expand Up @@ -40,8 +40,13 @@ QT4_WRAP_CPP (DIAGRAMOVERLAY_MOC_SRCS ${DIAGRAMOVERLAY_MOC_HDRS})
ADD_LIBRARY (diagramoverlay MODULE ${DIAGRAMOVERLAY_UIS_H} ${DIAGRAMOVERLAY_SRCS} ${DIAGRAMOVERLAY_MOC_SRCS})

INCLUDE_DIRECTORIES(
${CMAKE_CURRENT_BINARY_DIR} ${GEOS_INCLUDE_DIR}
../../core ../../core/pal ../../core/raster ../../core/renderer ../../core/symbology
${CMAKE_CURRENT_BINARY_DIR}
${GEOS_INCLUDE_DIR}
../../core
../../core/pal
../../core/raster
../../core/renderer
../../core/symbology
../../gui
..
)
Expand Down
17 changes: 9 additions & 8 deletions src/plugins/point_displacement_renderer/CMakeLists.txt
Expand Up @@ -24,20 +24,21 @@ QT4_WRAP_CPP (POINT_DISPLACEMENT_MOC_SRCS ${POINT_DISPLACEMENT_MOC_HDRS})

ADD_LIBRARY (displacementplugin MODULE
${POINT_DISPLACEMENT_SRCS}
${POINT_DISPLACEMENT_UIS_H}
${POINT_DISPLACEMENT_MOC_SRCS}
${POINT_DISPLACEMENT_UIS_H}
${POINT_DISPLACEMENT_MOC_SRCS}
)

INCLUDE_DIRECTORIES(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_CURRENT_BINARY_DIR}/../../ui
../../core
../../core/symbology-ng
../../core/spatialindex
${GEOS_INCLUDE_DIR}
../../core
../../core/symbology-ng
../../core/spatialindex
../../gui
../../gui/symbology-ng
..
.
..
.
)

TARGET_LINK_LIBRARIES(displacementplugin
Expand Down

0 comments on commit ab92ed6

Please sign in to comment.