diff -r 2c54b51f39c4 -r bb2d3e476f29 clock/clockmw/clocktimezone/clocktimezone.pro --- a/clock/clockmw/clocktimezone/clocktimezone.pro Mon Jul 26 13:54:38 2010 +0530 +++ b/clock/clockmw/clocktimezone/clocktimezone.pro Mon Aug 09 18:30:52 2010 +0530 @@ -22,7 +22,9 @@ INCLUDEPATH += ../../inc \ ../../data/timezonedata \ ../../clockengines/inc \ - ../../clockengines/clockserver/client/inc + ../../clockengines/clockserver/client/inc \ + ./traces + DEPENDPATH += . \ ../../inc \ ./inc \ @@ -99,8 +101,10 @@ } SOURCES += timezoneclient.cpp \ - debug.cpp + debug.cpp \ + environmentchangenotifier.cpp HEADERS += timezoneclient.h \ - debug.h + debug.h \ + environmentchangenotifier.h # End of file --Don't remove this.