calendarui/caleneditor/caleneditor.pro
changeset 80 fa7c359294fa
parent 58 ef813d54df51
equal deleted inserted replaced
77:b0711afde476 80:fa7c359294fa
    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.