calendarui/views/views.pro
changeset 50 579cc610882e
parent 49 5de72ea7a065
child 58 ef813d54df51
equal deleted inserted replaced
49:5de72ea7a065 50:579cc610882e
    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 		   calentodayindicatorlinedrawer.h
    64 SOURCES += calenmonthview.cpp \
    64 SOURCES += calenmonthview.cpp \
    65            calenmonthdata.cpp \
    65            calenmonthdata.cpp \
    66            calenmonthgrid.cpp \
    66            calenmonthgrid.cpp \
    67            calengriditemprototype.cpp \
    67            calengriditemprototype.cpp \
    68            calennativeview.cpp \
    68            calennativeview.cpp \
    69            calendayview.cpp \
    69            calenagendaview.cpp \
    70            caleneventlistviewitem.cpp \
    70            caleneventlistviewitem.cpp \
    71            calendayviewwidget.cpp \
    71            calenagendaviewwidget.cpp \
    72            calenpreviewpane.cpp \
    72            calenpreviewpane.cpp \
    73            calensettingsview.cpp \
    73            calensettingsview.cpp \
    74            calenthicklinesdrawer.cpp \
    74            calenthicklinesdrawer.cpp \
    75 		   calenpluginlabel.cpp \
    75 		   calenpluginlabel.cpp \
    76 		   calentodayindicatorlinedrawer.cpp
    76 		   calentodayindicatorlinedrawer.cpp
    77 
    77 
    78 RESOURCES += calenresources.qrc
    78 RESOURCES += calenresources.qrc
    79 
    79 
       
    80 include(dayview/dayview.pri)
       
    81 
    80 # End of file	--Don't remove this.
    82 # End of file	--Don't remove this.
    81 
    83