calendarui/caleneditor/caleneditor.pro
changeset 83 5aadd1120515
parent 75 7ac58b2aae6f
equal deleted inserted replaced
82:dcd0ca396fa1 83:5aadd1120515
    17 
    17 
    18 TEMPLATE = lib
    18 TEMPLATE = lib
    19 CONFIG += hb
    19 CONFIG += hb
    20 TARGET = caleneditor
    20 TARGET = caleneditor
    21 DEFINES += CALENEDITOR_LIB
    21 DEFINES += CALENEDITOR_LIB
       
    22 
    22 INCLUDEPATH += ./src \
    23 INCLUDEPATH += ./src \
    23 			./inc \
    24 			./inc \
    24 			./traces \
    25 			./traces \
    25 			..\inc
    26 			../inc
       
    27 
    26 DEPENDPATH += ./src \
    28 DEPENDPATH += ./src \
    27 			  ./inc \
    29 			  ./inc \
    28 			  ./data
    30 			  ./data
    29 
    31 
    30 symbian: {
    32 symbian: {
    33 	TARGET.CAPABILITY += ALL -TCB
    35 	TARGET.CAPABILITY += ALL -TCB
    34 	TARGET.EPOCALLOWDLLDATA = 1
    36 	TARGET.EPOCALLOWDLLDATA = 1
    35 	
    37 	
    36 	LIBS += -lagendainterface \
    38 	LIBS += -lagendainterface \
    37 			-lcalencommonutils \
    39 			-lcalencommonutils \
    38                         -lxqservice \
    40             -lxqservice \
    39 			-lcalenlauncher \
    41 			-lcalenlauncher \
    40 			-lbafl
    42 			-lbafl\
       
    43 			-lmaptileservice
    41 			
    44 			
    42 	INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    45 	INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    43 }
    46 }
    44 
    47 
    45 SOURCES += caleneditor.cpp \
    48 SOURCES += caleneditor.cpp \
    46 					caleneditorcustomitem.cpp \
    49 		   caleneditorcustomitem.cpp \
    47 					caleneditor_p.cpp \
    50 		   caleneditor_p.cpp \
    48 					caleneditordocloader.cpp \
    51 		   caleneditordocloader.cpp \
    49 					caleneditorreminderfield.cpp \
    52 		   caleneditorreminderfield.cpp \
    50 					caleneditorrepeatfield.cpp \
    53 		   caleneditorrepeatfield.cpp \
    51 					caleneditordatahandler.cpp
    54 		   caleneditordatahandler.cpp
    52 					
    55 					
    53 HEADERS +=	../../organizer_plat/calendar_editor_api/inc/caleneditor.h \
    56 HEADERS +=	../../organizer_plat/calendar_editor_api/inc/caleneditor.h \
    54             caleneditorcustomitem.h \
    57             caleneditorcustomitem.h \
    55             caleneditorcommon.h \
    58             caleneditorcommon.h \
    56             caleneditordocloader.h \
    59             caleneditordocloader.h \