calendarui/views/dayview/tsrc/unittests/unittest_calendayitem/unittest_calendayitem.pro
changeset 57 bb2d3e476f29
parent 55 2c54b51f39c4
child 70 a5ed90760192
--- a/calendarui/views/dayview/tsrc/unittests/unittest_calendayitem/unittest_calendayitem.pro	Mon Jul 26 13:54:38 2010 +0530
+++ b/calendarui/views/dayview/tsrc/unittests/unittest_calendayitem/unittest_calendayitem.pro	Mon Aug 09 18:30:52 2010 +0530
@@ -11,7 +11,7 @@
 #  
 #  Contributors: 
 #  
-#  Description: calendaycontentwidget test project file
+#  Description: calendayitem test project file
 #
 
 TEMPLATE = app
@@ -25,22 +25,32 @@
 				
 INCLUDEPATH += . \
                ../../../inc/ \
-               ../../../../inc/ 
+               ./../../../../inc/ \
+               ./../../../../../inc/
 
 DEPENDPATH  += . \
                ../../../inc/ \
-               ../../../src/  
+               ../../../src/  \
+               ./../../../../inc/ \
+               ./../../../../../inc/
 
 # Input
 HEADERS +=	calendayitem.h \
             calendaystatusstrip.h \
-			calendaycontainer.h \
-			calendayutils.h
+            calendaycontainer.h \
+            calendayutils.h \
+            calendayeventspane.h \
+            calendaymodel.h \
+            calendaycommonheaders.h
 			
 
 SOURCES +=	unittest_calendayitem.cpp \
 			calendayitem.cpp \
-			calendaystatusstrip.cpp 
+			calendaystatusstrip.cpp \
+			calendaycontainer.cpp \
+			calendayutils.cpp \
+			calendayeventspane.cpp \
+			calendaymodel.cpp
 
 symbian : {
 	TARGET.CAPABILITY = CAP_APPLICATION
@@ -48,7 +58,9 @@
     
     INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
     
-    LIBS += -lagendainterface
+    LIBS += -lagendainterface \
+            -lcalencommonutils \
+            -lxqsettingsmanager
             
     BLD_INF_RULES.prj_testexports += \
         "./rom/unittest_calendayitem.iby        CORE_APP_LAYER_IBY_EXPORT_PATH(unittest_calendayitem.iby)"