messagingapp/msgutils/unieditorplugins/unieditorsmsplugin/tsrc/testsmsgplugin/testsmsplugin.pro
changeset 25 84d9eb65b26f
parent 23 238255e8b033
child 27 e4592d119491
child 37 518b245aa84c
child 79 2981cb3aa489
equal deleted inserted replaced
23:238255e8b033 25:84d9eb65b26f
     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 += ../../../../s60qconversions/inc
       
    28 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    29 
       
    30 DEFINES += BUILD_TEST_DLL
       
    31 
       
    32 SOURCES += \
       
    33   testsmsplugin.cpp \
       
    34   ../../src/unieditorsmsplugin.cpp \
       
    35   ../../src/unieditorsmsplugin_p.cpp  
       
    36          
       
    37 
       
    38 # Input
       
    39 HEADERS += \
       
    40   testsmsplugin.h \
       
    41   testmsg.h \
       
    42   ../../inc/unieditorsmsplugin.h \
       
    43   ../../inc/unieditorsmsplugin_p.h 
       
    44                
       
    45    
       
    46 SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    47     symbian {
       
    48     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    49     TARGET.EPOCSTACKSIZE = 0x8000
       
    50     TARGET.EPOCHEAPSIZE = 0x1000 0x1F00000
       
    51     TARGET.EPOCALLOWDLLDATA = 1
       
    52 	}
       
    53     
       
    54  LIBS += -leuser \
       
    55     -lconvergedmessageutils \
       
    56     -ls60qconversions \
       
    57     -lMsgMedia \
       
    58     -lunieditorutils \
       
    59     -lcone \
       
    60     -leikcoctl \
       
    61     -leikcore \
       
    62     -leikdlg \
       
    63     -lmsgs \
       
    64     -letext \
       
    65     -lgsmu \
       
    66     -lmmsgenutils \
       
    67     -lefsrv \
       
    68     -lestor \
       
    69     -lsmcm \
       
    70     -lCommonEngine \
       
    71     -lbafl \
       
    72     -lCdlEngine \
       
    73     -lFeatMgr \
       
    74     -lapmime \
       
    75     -lapgrfx \
       
    76     -lcharconv \
       
    77     -lInetProtUtil \
       
    78 		-lsmildtd \  
       
    79 		-lxmldom \
       
    80   	-lxmlparser \
       
    81   	-lcone \
       
    82   	-lQtCore \
       
    83   	-letel \
       
    84   	-lcommdb \
       
    85   	-lcommsdat \
       
    86   	-letelmm \
       
    87   	-lgenericclient