diff -r fd30d51f876b -r b6db4fd4947b calendarui/views/views.pro --- a/calendarui/views/views.pro Mon May 03 12:30:32 2010 +0300 +++ b/calendarui/views/views.pro Mon Jun 28 15:22:02 2010 +0530 @@ -37,8 +37,8 @@ -lcalencommonutils \ -lcalensettings \ -lagendainterface \ - -lxqsettingsmanager \ - -lnoteseditor + -lxqsettingsmanager + TARGET.UID3 = 0x10282F26 TARGET.CAPABILITY = CAP_GENERAL_DLL @@ -52,28 +52,32 @@ calenmonthgrid.h \ calengriditemprototype.h \ calennativeview.h \ - calendayview.h \ + calenagendaview.h \ caleneventlistviewitem.h \ - calendayviewwidget.h \ + calenagendaviewwidget.h \ calenpreviewpane.h \ calensettingsview.h \ calenthicklinesdrawer.h \ - calenpluginlabel.h + calenpluginlabel.h \ + calentodayindicatorlinedrawer.h SOURCES += calenmonthview.cpp \ calenmonthdata.cpp \ calenmonthgrid.cpp \ calengriditemprototype.cpp \ calennativeview.cpp \ - calendayview.cpp \ + calenagendaview.cpp \ caleneventlistviewitem.cpp \ - calendayviewwidget.cpp \ + calenagendaviewwidget.cpp \ calenpreviewpane.cpp \ calensettingsview.cpp \ calenthicklinesdrawer.cpp \ - calenpluginlabel.cpp + calenpluginlabel.cpp \ + calentodayindicatorlinedrawer.cpp RESOURCES += calenresources.qrc +include(dayview/dayview.pri) + # End of file --Don't remove this.