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 96f0b6c commit 223a955Copy full SHA for 223a955
src/providers/postgres/CMakeLists.txt
@@ -21,6 +21,7 @@ QT4_WRAP_CPP(PG_MOC_SRCS ${PG_MOC_HDRS})
21
INCLUDE_DIRECTORIES (
22
../../core
23
${POSTGRES_INCLUDE_DIR}
24
+ ${GEOS_INCLUDE_DIR}
25
)
26
27
ADD_LIBRARY (postgresprovider MODULE ${PG_SRCS} ${PG_MOC_SRCS})
0 commit comments