Yes, tester.pro needs changing too:
LIBS += -L./cppunit -lcppunit
TARGETDEPS += ./cppunit/libcppunit.a
to
LIBS += -L./cppunit -lCppUnit
TARGETDEPS += ./cppunit/libCppUnit.a
I hope that was all.
atul wrote:Also it breaks at the link stage…
make[1]: *** No rule to make target `cppunit/libcppunit.a’, needed by `tester’. Stop.
make[1]: Leaving directory `/home/atul/calitko-0.5.4/Testing’maybe we need to twiddle some more case…
– cheers atul
…
