Navigation Menu

Skip to content

Commit

Permalink
fixed compilation error of qgis_analysis bindings
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@11983 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed Nov 7, 2009
1 parent bc4457d commit 52d9568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/configure.py.in
Expand Up @@ -170,7 +170,7 @@ makefile_gui.extra_cxxflags.append("-DGUI_EXPORT="+export)

# more settings for analysis lib
makefile_analysis.extra_libs.append("qgis_analysis")
makefile_analysis.extra_lib_dirs.append(build_path+"/src/analysis/vector"+intdir)
makefile_analysis.extra_lib_dirs.append(build_path+"/src/analysis"+intdir)
makefile_analysis.extra_include_dirs.append(src_path+"/src/analysis/vector")
makefile_analysis.extra_include_dirs.append(build_path+"/src/analysis/vector")
makefile_analysis.extra_include_dirs.append(src_path+"/src/plugins") # because of qgisplugin.h TODO: sort out
Expand Down

0 comments on commit 52d9568

Please sign in to comment.