clock/clockmw/clocktimezone/clocktimezone.pro
changeset 58 ef813d54df51
parent 26 a949c2543c15
--- a/clock/clockmw/clocktimezone/clocktimezone.pro	Tue Jul 06 14:14:56 2010 +0300
+++ b/clock/clockmw/clocktimezone/clocktimezone.pro	Wed Aug 18 09:47:38 2010 +0300
@@ -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.