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 d282878 commit 6dbc3d2Copy full SHA for 6dbc3d2
src/plugins/delimited_text/CMakeLists.txt
@@ -34,10 +34,14 @@ INCLUDE_DIRECTORIES(
34
${CMAKE_CURRENT_BINARY_DIR}/../../ui
35
..
36
${GEOS_INCLUDE_DIR}
37
+ ${GDAL_INCLUDE_DIR}
38
+ ${PROJ_INCLUDE_DIR}
39
)
40
41
TARGET_LINK_LIBRARIES(delimitedtextplugin
42
${QT_LIBRARIES}
43
+ ${GDAL_LIBRARIES}
44
+ ${PROJ_LIBRARY}
45
qgis_core
46
47
0 commit comments