clock/clockmw/clocktimezone/clocktimezone.pro
changeset 57 bb2d3e476f29
parent 45 b6db4fd4947b
--- 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.