calendarui/caleneditor/caleneditor.pro
changeset 45 b6db4fd4947b
parent 23 fd30d51f876b
child 51 0b38fc5b94c6
child 58 ef813d54df51
equal deleted inserted replaced
23:fd30d51f876b 45:b6db4fd4947b
    42 			
    42 			
    43 	INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    43 	INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    44 }
    44 }
    45 
    45 
    46 SOURCES += caleneditor.cpp \
    46 SOURCES += caleneditor.cpp \
    47 					 caleneditorcustomitem.cpp \
    47 					caleneditorcustomitem.cpp \
    48 					  caleneditor_p.cpp \
    48 					caleneditor_p.cpp \
    49 					caleneditordocloader.cpp \
    49 					caleneditordocloader.cpp \
    50 					caleneditorreminderfield.cpp \
    50 					caleneditorreminderfield.cpp \
    51 					caleneditorrepeatfield.cpp \
    51 					caleneditorrepeatfield.cpp \
    52 					caleneditordatahandler.cpp
    52 					caleneditordatahandler.cpp
    53 		   
    53 					
    54 HEADERS += caleneditor.h \
    54 HEADERS += caleneditor.h \
    55 		   caleneditorcustomitem.h \
    55             caleneditorcustomitem.h \
    56  caleneditorcommon.h \
    56             caleneditorcommon.h \
    57 		   caleneditordocloader.h \
    57             caleneditordocloader.h \
    58 		    caleneditor_p.h \
    58             caleneditor_p.h \
    59 		caleneditorreminderfield.h \
    59             caleneditorreminderfield.h \
    60 		caleneditorrepeatfield.h \
    60             caleneditorrepeatfield.h \
    61 		caleneditordatahandler.h
    61             caleneditordatahandler.h
    62 		   
    62             
    63 RESOURCES += caleneditor.qrc		   
    63 RESOURCES += caleneditor.qrc
    64 		   
    64 
       
    65 TRANSLATIONS += caleneditor.ts
       
    66 
    65 # End of file	--Don't remove this.
    67 # End of file	--Don't remove this.