We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b10eb0 commit 8f7c879Copy full SHA for 8f7c879
src/providers/wms/CMakeLists.txt
@@ -21,6 +21,7 @@ QT4_WRAP_CPP (WMS_MOC_SRCS ${WMS_MOC_HDRS})
21
INCLUDE_DIRECTORIES( . ../../core ../../core/raster ../../gui
22
${CMAKE_CURRENT_BINARY_DIR}/../../ui
23
${GDAL_INCLUDE_DIR} # temporary solution until gdal get removed completely form QgsRasterLayer
24
+ ${GEOS_INCLUDE_DIR}
25
)
26
27
ADD_LIBRARY(wmsprovider MODULE ${WMS_SRCS} ${WMS_MOC_SRCS})
0 commit comments