Hi,
There's a typo in the doxmlparser subdirectory path.
diff --git a/addon/doxmlparser/examples/metrics/metrics.pro.in
b/addon/doxmlparser/examples/metrics/metrics.pro.in
index 3b2354d..f26a291 100644
--- a/addon/doxmlparser/examples/metrics/metrics.pro.in
+++ b/addon/doxmlparser/examples/metrics/metrics.pro.in
@@ -11,7 +11,7 @@ win32-borland:LIBS += doxmlparser.lib qtools.lib
shell32.lib
win32-borland:TMAKE_LFLAGS += -L..\..\..\..\lib
win32:TMAKE_CXXFLAGS += -DQT_NODLL
DESTDIR = ../../../../bin
-OBJECTS_DIR = ../../../../objects/doxmlparer/metrics
+OBJECTS_DIR = ../../../../objects/doxmlparser/metrics
TARGET = metrics
DEPENDPATH = ../../include
INCLUDEPATH += ../../../../qtools ../../include
Best Regards
--
Stephane
|