calendarui/controller/controller.pro
changeset 45 b6db4fd4947b
parent 18 c198609911f9
child 51 0b38fc5b94c6
equal deleted inserted replaced
23:fd30d51f876b 45:b6db4fd4947b
    21 		  				./src
    21 		  				./src
    22 DEFINES += CALENCONTROLLER_DLL
    22 DEFINES += CALENCONTROLLER_DLL
    23 INCLUDEPATH += ./inc \
    23 INCLUDEPATH += ./inc \
    24 						   ../inc \ 
    24 						   ../inc \ 
    25 						   ../views/inc \
    25 						   ../views/inc \
       
    26 						   ../views/dayview/inc \
    26 						   ../globaldata/inc 
    27 						   ../globaldata/inc 
    27 
    28 
    28 CONFIG += hb
    29 CONFIG += hb
    29 
    30 
    30 symbian : {
    31 symbian : {
    41  					-lcalencommonutils  \
    42  					-lcalencommonutils  \
    42  					-lcalencustomisationmanager \
    43  					-lcalencustomisationmanager \
    43 					-lcaleneditor \
    44 					-lcaleneditor \
    44 					-lbafl \
    45 					-lbafl \
    45 					-lagendainterface \
    46 					-lagendainterface \
    46 					-lagendaeventviewer
    47 					-lagendaeventviewer \
       
    48 					-lxqserviceutil
    47 						
    49 						
    48  	TARGET.UID3 = 0x10282F25					  
    50  	TARGET.UID3 = 0x10282F25					  
    49   TARGET.CAPABILITY = CAP_GENERAL_DLL
    51   TARGET.CAPABILITY = CAP_GENERAL_DLL
    50   TARGET.EPOCALLOWDLLDATA = 1
    52   TARGET.EPOCALLOWDLLDATA = 1
    51   
    53