File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ QT4_ADD_RESOURCES(GEOREF_RCC_SRCS ${GEOREF_RCCS})
4343ADD_LIBRARY (georefplugin MODULE ${GEOREF_SRCS} ${GEOREF_MOC_SRCS} ${GEOREF_RCC_SRCS} ${GEOREF_UIS_H} )
4444
4545INCLUDE_DIRECTORIES (
46- .
46+ ${CMAKE_CURRENT_SOURCE_DIR}
4747 ${CMAKE_CURRENT_BINARY_DIR}
4848 ../../core ../../core/raster ../../core/renderer ../../core/symbology
4949 ../../gui
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ QT4_ADD_RESOURCES(GPS_RCC_SRCS ${GPS_RCCS})
3636ADD_LIBRARY (gpsimporterplugin MODULE ${GPS_SRCS} ${GPS_MOC_SRCS} ${GPS_RCC_SRCS} ${GPS_UIS_H} )
3737
3838INCLUDE_DIRECTORIES (
39- .
39+ ${CMAKE_CURRENT_SOURCE_DIR}
4040 ${CMAKE_CURRENT_BINARY_DIR}
4141 ../../core ../../core/raster ../../core/renderer ../../core/symbology
4242 ../../gui
You can’t perform that action at this time.
0 commit comments