messagingapp/msgutils/unieditorutils/unieditorplugins/unieditorsmsplugin/tsrc/testsmsgplugin/testsmsplugin.pro
changeset 37 518b245aa84c
parent 25 84d9eb65b26f
equal deleted inserted replaced
25:84d9eb65b26f 37:518b245aa84c
    22 
    22 
    23 
    23 
    24 INCLUDEPATH += .
    24 INCLUDEPATH += .
    25 INCLUDEPATH += ../../../../../../inc
    25 INCLUDEPATH += ../../../../../../inc
    26 INCLUDEPATH += ../../../../unieditorutils/inc
    26 INCLUDEPATH += ../../../../unieditorutils/inc
    27 INCLUDEPATH += ../../../../s60qconversions/inc
       
    28 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    27 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    29 
    28 
    30 DEFINES += BUILD_TEST_DLL
    29 DEFINES += BUILD_TEST_DLL
    31 
    30 
    32 SOURCES += \
    31 SOURCES += \
    48     TARGET.CAPABILITY = CAP_GENERAL_DLL
    47     TARGET.CAPABILITY = CAP_GENERAL_DLL
    49     TARGET.EPOCSTACKSIZE = 0x8000
    48     TARGET.EPOCSTACKSIZE = 0x8000
    50     TARGET.EPOCHEAPSIZE = 0x1000 0x1F00000
    49     TARGET.EPOCHEAPSIZE = 0x1000 0x1F00000
    51     TARGET.EPOCALLOWDLLDATA = 1
    50     TARGET.EPOCALLOWDLLDATA = 1
    52 	}
    51 	}
       
    52    
       
    53 defBlock = \      
       
    54 	  "$${LITERAL_HASH}if defined(EABI)" \
       
    55 	  "DEFFILE  ../eabi/test_sms_plugin.def" \
       
    56              "$${LITERAL_HASH}else" \
       
    57              "DEFFILE  ../bwins/test_sms_plugin.def" \
       
    58              "$${LITERAL_HASH}endif"
       
    59 	
       
    60 MMP_RULES += defBlock    
    53     
    61     
    54  LIBS += -leuser \
    62  LIBS += -leuser \
    55     -lconvergedmessageutils \
    63     -lconvergedmessageutils \
    56     -ls60qconversions \
    64     -lxqutils \
    57     -lMsgMedia \
    65     -lMsgMedia \
    58     -leditorgenutils \
    66     -leditorgenutils \
    59     -lcone \
    67     -lcone \
    60     -leikcoctl \
    68     -leikcoctl \
    61     -leikcore \
    69     -leikcore \