clock/clockmw/clocktimezone/clocktimezone.pro
changeset 57 bb2d3e476f29
parent 45 b6db4fd4947b
equal deleted inserted replaced
55:2c54b51f39c4 57:bb2d3e476f29
    20 DEFINES += TIMEZONECLIENT_LIBRARY
    20 DEFINES += TIMEZONECLIENT_LIBRARY
    21 
    21 
    22 INCLUDEPATH += ../../inc \
    22 INCLUDEPATH += ../../inc \
    23 			   ../../data/timezonedata \
    23 			   ../../data/timezonedata \
    24 			   ../../clockengines/inc \
    24 			   ../../clockengines/inc \
    25 			   ../../clockengines/clockserver/client/inc
    25 			   ../../clockengines/clockserver/client/inc \
       
    26 			   ./traces
       
    27 			   
    26 DEPENDPATH += . \
    28 DEPENDPATH += . \
    27 			  ../../inc \
    29 			  ../../inc \
    28 			  ./inc \
    30 			  ./inc \
    29 			  ./src \
    31 			  ./src \
    30 			  ../../data/timezonedata \
    32 			  ../../data/timezonedata \
    97 				 timezonesrule \
    99 				 timezonesrule \
    98 				 mccrule
   100 				 mccrule
    99 }
   101 }
   100 
   102 
   101 SOURCES += timezoneclient.cpp \
   103 SOURCES += timezoneclient.cpp \
   102 		   debug.cpp
   104 		   debug.cpp \
       
   105 		   environmentchangenotifier.cpp
   103 HEADERS += timezoneclient.h \
   106 HEADERS += timezoneclient.h \
   104 		   debug.h
   107 		   debug.h \
       
   108 		   environmentchangenotifier.h
   105 
   109 
   106 # End of file	--Don't remove this.
   110 # End of file	--Don't remove this.