calendarui/views/views.pro
changeset 49 5de72ea7a065
parent 23 fd30d51f876b
child 50 579cc610882e
equal deleted inserted replaced
37:360d55486d7f 49:5de72ea7a065
    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
    56 		   caleneventlistviewitem.h \
    56 		   caleneventlistviewitem.h \
    57 		   calendayviewwidget.h \
    57 		   calendayviewwidget.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 \
    69            caleneventlistviewitem.cpp \
    70            caleneventlistviewitem.cpp \
    70            calendayviewwidget.cpp \
    71            calendayviewwidget.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 
    78 # End of file	--Don't remove this.
    80 # End of file	--Don't remove this.
    79 
    81