messagingapp/msgutils/unieditorutils/unieditorplugins/unieditorsmsplugin/tsrc/testsmsgplugin/testsmsplugin.pro
changeset 70 a15d9966050f
parent 61 8ba0afbb4637
child 72 6f657153cbc5
equal deleted inserted replaced
61:8ba0afbb4637 70:a15d9966050f
     1 #
       
     2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 # All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 #
       
     9 # Initial Contributors:
       
    10 # Nokia Corporation - initial contribution.
       
    11 #
       
    12 # Contributors:
       
    13 #
       
    14 # Description:
       
    15 #
       
    16 
       
    17 QT += testlib
       
    18 QT -= gui
       
    19 
       
    20 TEMPLATE = lib
       
    21 TARGET = test-sms-plugin
       
    22 
       
    23 
       
    24 INCLUDEPATH += .
       
    25 INCLUDEPATH += ../../../../../../inc
       
    26 INCLUDEPATH += ../../../../unieditorutils/inc
       
    27 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    28 
       
    29 DEFINES += BUILD_TEST_DLL
       
    30 
       
    31 SOURCES += \
       
    32   testsmsplugin.cpp \
       
    33   ../../src/unieditorsmsplugin.cpp \
       
    34   ../../src/unieditorsmsplugin_p.cpp  
       
    35          
       
    36 
       
    37 # Input
       
    38 HEADERS += \
       
    39   testsmsplugin.h \
       
    40   testmsg.h \
       
    41   ../../inc/unieditorsmsplugin.h \
       
    42   ../../inc/unieditorsmsplugin_p.h 
       
    43                
       
    44    
       
    45 SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    46     symbian {
       
    47     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    48     TARGET.EPOCSTACKSIZE = 0x8000
       
    49     TARGET.EPOCHEAPSIZE = 0x1000 0x1F00000
       
    50     TARGET.EPOCALLOWDLLDATA = 1
       
    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    
       
    61     
       
    62  LIBS += -leuser \
       
    63     -lconvergedmessageutils \
       
    64     -lxqutils \
       
    65     -lMsgMedia \
       
    66     -leditorgenutils \
       
    67     -lcone \
       
    68     -leikcoctl \
       
    69     -leikcore \
       
    70     -leikdlg \
       
    71     -lmsgs \
       
    72     -letext \
       
    73     -lgsmu \
       
    74     -lmmsgenutils \
       
    75     -lefsrv \
       
    76     -lestor \
       
    77     -lsmcm \
       
    78     -lCommonEngine \
       
    79     -lbafl \
       
    80     -lCdlEngine \
       
    81     -lFeatMgr \
       
    82     -lapmime \
       
    83     -lapgrfx \
       
    84     -lcharconv \
       
    85     -lInetProtUtil \
       
    86 		-lsmildtd \  
       
    87 		-lxmldom \
       
    88   	-lxmlparser \
       
    89   	-lcone \
       
    90   	-lQtCore \
       
    91   	-letel \
       
    92   	-lcommdb \
       
    93   	-lcommsdat \
       
    94   	-letelmm \
       
    95   	-lgenericclient