calendarui/views/views.pro
changeset 45 b6db4fd4947b
parent 23 fd30d51f876b
child 51 0b38fc5b94c6
equal deleted inserted replaced
23:fd30d51f876b 45:b6db4fd4947b
    35     LIBS += -leuser \
    35     LIBS += -leuser \
    36 			-lcalinterimapi \
    36 			-lcalinterimapi \
    37 			-lcalencommonutils \
    37 			-lcalencommonutils \
    38 			-lcalensettings \
    38 			-lcalensettings \
    39 			-lagendainterface \
    39 			-lagendainterface \
    40 			-lxqsettingsmanager \
    40 			-lxqsettingsmanager
    41 			-lnoteseditor
    41 
    42     TARGET.UID3 = 0x10282F26
    42     TARGET.UID3 = 0x10282F26
    43     TARGET.CAPABILITY = CAP_GENERAL_DLL
    43     TARGET.CAPABILITY = CAP_GENERAL_DLL
    44 
    44 
    45 		TARGET.EPOCALLOWDLLDATA = 1
    45 		TARGET.EPOCALLOWDLLDATA = 1
    46 		INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    46 		INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    50 HEADERS += calenmonthview.h \
    50 HEADERS += calenmonthview.h \
    51 		   calenmonthdata.h \
    51 		   calenmonthdata.h \
    52 		   calenmonthgrid.h \
    52 		   calenmonthgrid.h \
    53 		   calengriditemprototype.h \
    53 		   calengriditemprototype.h \
    54 		   calennativeview.h \
    54 		   calennativeview.h \
    55 		   calendayview.h \
    55 		   calenagendaview.h \
    56 		   caleneventlistviewitem.h \
    56 		   caleneventlistviewitem.h \
    57 		   calendayviewwidget.h \
    57 		   calenagendaviewwidget.h \
    58 		   calenpreviewpane.h \
    58 		   calenpreviewpane.h \
    59 		   calensettingsview.h \
    59 		   calensettingsview.h \
    60 		   calenthicklinesdrawer.h \
    60 		   calenthicklinesdrawer.h \
    61 		   calenpluginlabel.h
    61 		   calenpluginlabel.h \
       
    62 		   calentodayindicatorlinedrawer.h
    62 	
    63 	
    63 SOURCES += calenmonthview.cpp \
    64 SOURCES += calenmonthview.cpp \
    64            calenmonthdata.cpp \
    65            calenmonthdata.cpp \
    65            calenmonthgrid.cpp \
    66            calenmonthgrid.cpp \
    66            calengriditemprototype.cpp \
    67            calengriditemprototype.cpp \
    67            calennativeview.cpp \
    68            calennativeview.cpp \
    68            calendayview.cpp \
    69            calenagendaview.cpp \
    69            caleneventlistviewitem.cpp \
    70            caleneventlistviewitem.cpp \
    70            calendayviewwidget.cpp \
    71            calenagendaviewwidget.cpp \
    71            calenpreviewpane.cpp \
    72            calenpreviewpane.cpp \
    72            calensettingsview.cpp \
    73            calensettingsview.cpp \
    73            calenthicklinesdrawer.cpp \
    74            calenthicklinesdrawer.cpp \
    74 		   calenpluginlabel.cpp
    75 		   calenpluginlabel.cpp \
       
    76 		   calentodayindicatorlinedrawer.cpp
    75 
    77 
    76 RESOURCES += calenresources.qrc
    78 RESOURCES += calenresources.qrc
    77 
    79 
       
    80 include(dayview/dayview.pri)
       
    81 
    78 # End of file	--Don't remove this.
    82 # End of file	--Don't remove this.
    79 
    83