calendarui/controller/controller.pro
changeset 55 2c54b51f39c4
parent 51 0b38fc5b94c6
child 81 ce92091cbd61
equal deleted inserted replaced
51:0b38fc5b94c6 55:2c54b51f39c4
    19 DEPENDPATH += ./ \
    19 DEPENDPATH += ./ \
    20 		  				./inc \
    20 		  				./inc \
    21 		  				./src
    21 		  				./src
    22 DEFINES += CALENCONTROLLER_DLL
    22 DEFINES += CALENCONTROLLER_DLL
    23 INCLUDEPATH += ./inc \
    23 INCLUDEPATH += ./inc \
    24 						   ../inc \ 
    24 						   ../inc \
       
    25 						   ../application/inc \
    25 						   ../views/inc \
    26 						   ../views/inc \
    26 						   ../views/dayview/inc \
    27 						   ../views/dayview/inc \
    27 						   ../globaldata/inc \
    28 						   ../globaldata/inc \
    28 						   ./traces
    29 						   ./traces
    29 
    30 
   104            calensendingstate.cpp	\
   105            calensendingstate.cpp	\
   105            caleneditingstate.cpp	\
   106            caleneditingstate.cpp	\
   106            calenviewingstate.cpp	\
   107            calenviewingstate.cpp	\
   107            caleneditui.cpp \
   108            caleneditui.cpp \
   108            calendocloader.cpp
   109            calendocloader.cpp
   109 
   110 		   
   110 RESOURCES += ./data/calendar.qrc
   111 RESOURCES += ./data/calendar.qrc
   111 
   112 
   112 # End of file	--Don't remove this.   
   113 # End of file	--Don't remove this.