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 52b9171 commit 9a6780fCopy full SHA for 9a6780f
python/configure.py.in
@@ -170,7 +170,7 @@ makefile_gui.extra_cxxflags.append("-DGUI_EXPORT="+export)
170
171
# more settings for analysis lib
172
makefile_analysis.extra_libs.append("qgis_analysis")
173
-makefile_analysis.extra_lib_dirs.append(build_path+"/src/analysis/vector"+intdir)
+makefile_analysis.extra_lib_dirs.append(build_path+"/src/analysis"+intdir)
174
makefile_analysis.extra_include_dirs.append(src_path+"/src/analysis/vector")
175
makefile_analysis.extra_include_dirs.append(build_path+"/src/analysis/vector")
176
makefile_analysis.extra_include_dirs.append(src_path+"/src/plugins") # because of qgisplugin.h TODO: sort out
0 commit comments