We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 73e65a6 commit a088c7eCopy full SHA for a088c7e
src/providers/postgres/CMakeLists.txt
@@ -24,14 +24,16 @@ INCLUDE_DIRECTORIES (
24
../../gui
25
${CMAKE_CURRENT_BINARY_DIR}/../../ui
26
${POSTGRES_INCLUDE_DIR}
27
- $GEOS_INCLUDE_DIR}
+ ${GEOS_INCLUDE_DIR}
28
+ ${GDAL_INCLUDE_DIR}
29
)
30
31
ADD_LIBRARY (postgresprovider MODULE ${PG_SRCS} ${PG_MOC_SRCS})
32
33
TARGET_LINK_LIBRARIES (postgresprovider
34
${QT_LIBRARIES}
35
${POSTGRES_LIBRARY}
36
+ ${GDAL_LIBRARIES}
37
qgis_core
38
39
0 commit comments