messagingapp/msgutils/unieditorutils/unieditorplugins/unieditormmsplugin/tsrc/testmmsgplugin/testmmsplugin.pro
changeset 44 36f374c67aa8
parent 43 35b64624a9e7
equal deleted inserted replaced
43:35b64624a9e7 44:36f374c67aa8
    18 QT -= gui
    18 QT -= gui
    19 
    19 
    20 TEMPLATE = lib
    20 TEMPLATE = lib
    21 TARGET = test-mms-plugin
    21 TARGET = test-mms-plugin
    22 
    22 
    23 
    23 INCLUDEPATH += ./inc
    24 INCLUDEPATH += .
    24 INCLUDEPATH += ../../../../../../../inc
    25 INCLUDEPATH += ../../../../../../inc
    25 INCLUDEPATH += ../../../../../unidatautils/unidatamodels/inc
    26 INCLUDEPATH += ../../../../unieditorutils/inc
    26 INCLUDEPATH += ../../../../../s60qconversions/inc
       
    27 INCLUDEPATH += ../../../../editorgenutils/inc
       
    28 INCLUDEPATH += ../../../../../../../inc
       
    29 INCLUDEPATH += ../../../../../../../mmsengine/mmsmessage/inc 
       
    30 INCLUDEPATH += ../../../../../../../mmsengine/inc
       
    31 INCLUDEPATH += ../../../../../unidatautils/unidatamodel/inc
       
    32 INCLUDEPATH += ../mmstestbed/inc
    27 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    33 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    28 
    34 
    29 DEFINES += BUILD_TEST_DLL
    35 DEFINES += BUILD_TEST_DLL
    30 
    36 
       
    37 CONFIG += hb plugin
       
    38 
    31 SOURCES += \
    39 SOURCES += \
    32   testmmsplugin.cpp \
    40   ./src/testmmsplugin.cpp \
    33   ../../src/unieditormmsplugin.cpp \
    41   ../../src/unieditormmsplugin.cpp \
    34   ../../src/unieditormmsplugin_p.cpp  
    42   ../../src/unieditormmsplugin_p.cpp  
    35          
    43          
    36 
    44 
    37 # Input
    45 # Input
    38 HEADERS += \
    46 HEADERS += \
    39   testmmsplugin.h \
    47   ./inc/testmmsplugin.h \
    40   testmsg.h \
       
    41   ../../inc/unieditormmsplugin.h \
    48   ../../inc/unieditormmsplugin.h \
    42   ../../inc/unieditormmsplugin_p.h 
    49   ../../inc/unieditormmsplugin_p.h 
    43                
    50                
    44    
    51    
    45 SYMBIAN_PLATFORMS = WINSCW ARMV5
    52 SYMBIAN_PLATFORMS = WINSCW ARMV5
    48     TARGET.EPOCSTACKSIZE = 0x8000
    55     TARGET.EPOCSTACKSIZE = 0x8000
    49     TARGET.EPOCHEAPSIZE = 0x1000 0x1F00000
    56     TARGET.EPOCHEAPSIZE = 0x1000 0x1F00000
    50     TARGET.EPOCALLOWDLLDATA = 1
    57     TARGET.EPOCALLOWDLLDATA = 1
    51 	}
    58 	}
    52     
    59     
    53 defBlock = \      
       
    54 	  "$${LITERAL_HASH}if defined(EABI)" \
       
    55 	  "DEFFILE  ../eabi/test_mms_plugin.def" \
       
    56              "$${LITERAL_HASH}else" \
       
    57              "DEFFILE  ../bwins/test_mms_plugin.def" \
       
    58              "$${LITERAL_HASH}endif"
       
    59 	
       
    60 MMP_RULES += defBlock
       
    61     
       
    62  LIBS += -leuser \
    60  LIBS += -leuser \
    63     -lconvergedmessageutils \
    61     -lconvergedmessageutils \
    64     -lxqutils \
    62     -ls60qconversions \
    65     -lMsgMedia \
    63     -lMsgMedia \
    66     -leditorgenutils \
    64     -leditorgenutils \
    67     -lcone \
    65     -lcone \
    68     -leikcoctl \
    66     -leikcoctl \
    69     -leikcore \
    67     -leikcore \
    90   	-lQtCore \
    88   	-lQtCore \
    91   	-letel \
    89   	-letel \
    92   	-lcommdb \
    90   	-lcommdb \
    93   	-lcommsdat \
    91   	-lcommsdat \
    94   	-letelmm \
    92   	-letelmm \
    95   	-lgenericclient \
    93   	-lunidatamodelloader \
    96   	-lunidatamodelloader
    94   	-lunidatamodel \
    97   	
    95   	-lavkon \
       
    96   	-leikcoctl \
       
    97   	-leikctl \
       
    98   	-lform \
       
    99   	-luiklaf\ 
       
   100   	-lmmstestbed \
       
   101 	-lmmsmessage \ 
       
   102 	-lmmsserversettings \
       
   103 	-lxqutils