calendarui/caleneditor/caleneditor.pro
changeset 75 7ac58b2aae6f
parent 57 bb2d3e476f29
child 83 5aadd1120515
equal deleted inserted replaced
72:27feeedec790 75:7ac58b2aae6f
    34 	TARGET.EPOCALLOWDLLDATA = 1
    34 	TARGET.EPOCALLOWDLLDATA = 1
    35 	
    35 	
    36 	LIBS += -lagendainterface \
    36 	LIBS += -lagendainterface \
    37 			-lcalencommonutils \
    37 			-lcalencommonutils \
    38                         -lxqservice \
    38                         -lxqservice \
    39 			-lcalenlauncher
    39 			-lcalenlauncher \
       
    40 			-lbafl
    40 			
    41 			
    41 	INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    42 	INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    42 }
    43 }
    43 
    44 
    44 SOURCES += caleneditor.cpp \
    45 SOURCES += caleneditor.cpp \
    55             caleneditordocloader.h \
    56             caleneditordocloader.h \
    56             caleneditor_p.h \
    57             caleneditor_p.h \
    57             caleneditorreminderfield.h \
    58             caleneditorreminderfield.h \
    58             caleneditorrepeatfield.h \
    59             caleneditorrepeatfield.h \
    59             caleneditordatahandler.h
    60             caleneditordatahandler.h
    60             
    61          
    61 RESOURCES += caleneditor.qrc
    62 RESOURCES += caleneditor.qrc
    62 
    63 
    63 TRANSLATIONS += caleneditor.ts
    64 TRANSLATIONS += caleneditor.ts
    64 
    65 
    65 # End of file	--Don't remove this.
    66 # End of file	--Don't remove this.