messagingapp/msgutils/unieditorutils/unieditorplugins/unieditormmsplugin/tsrc/testmmsgplugin/testmmsplugin.pro
changeset 52 12db4185673b
parent 44 36f374c67aa8
child 61 8ba0afbb4637
equal deleted inserted replaced
44:36f374c67aa8 52:12db4185673b
     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-mms-plugin
       
    22 
       
    23 INCLUDEPATH += ./inc
       
    24 INCLUDEPATH += ../../../../../../../inc
       
    25 INCLUDEPATH += ../../../../../unidatautils/unidatamodels/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
       
    33 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    34 
       
    35 DEFINES += BUILD_TEST_DLL
       
    36 
       
    37 CONFIG += hb plugin
       
    38 
       
    39 SOURCES += \
       
    40   ./src/testmmsplugin.cpp \
       
    41   ../../src/unieditormmsplugin.cpp \
       
    42   ../../src/unieditormmsplugin_p.cpp  
       
    43          
       
    44 
       
    45 # Input
       
    46 HEADERS += \
       
    47   ./inc/testmmsplugin.h \
       
    48   ../../inc/unieditormmsplugin.h \
       
    49   ../../inc/unieditormmsplugin_p.h 
       
    50                
       
    51    
       
    52 SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    53     symbian {
       
    54     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    55     TARGET.EPOCSTACKSIZE = 0x8000
       
    56     TARGET.EPOCHEAPSIZE = 0x1000 0x1F00000
       
    57     TARGET.EPOCALLOWDLLDATA = 1
       
    58 	}
       
    59     
       
    60  LIBS += -leuser \
       
    61     -lconvergedmessageutils \
       
    62     -ls60qconversions \
       
    63     -lMsgMedia \
       
    64     -leditorgenutils \
       
    65     -lcone \
       
    66     -leikcoctl \
       
    67     -leikcore \
       
    68     -leikdlg \
       
    69     -lmsgs \
       
    70     -letext \
       
    71     -lgsmu \
       
    72     -lmmsgenutils \
       
    73     -lefsrv \
       
    74     -lestor \
       
    75     -lsmcm \
       
    76     -lCommonEngine \
       
    77     -lbafl \
       
    78     -lCdlEngine \
       
    79     -lFeatMgr \
       
    80     -lapmime \
       
    81     -lapgrfx \
       
    82     -lcharconv \
       
    83     -lInetProtUtil \
       
    84 		-lsmildtd \  
       
    85 		-lxmldom \
       
    86   	-lxmlparser \
       
    87   	-lcone \
       
    88   	-lQtCore \
       
    89   	-letel \
       
    90   	-lcommdb \
       
    91   	-lcommsdat \
       
    92   	-letelmm \
       
    93   	-lunidatamodelloader \
       
    94   	-lunidatamodel \
       
    95   	-lavkon \
       
    96   	-leikcoctl \
       
    97   	-leikctl \
       
    98   	-lform \
       
    99   	-luiklaf\ 
       
   100   	-lmmstestbed \
       
   101 	-lmmsmessage \ 
       
   102 	-lmmsserversettings \
       
   103 	-lxqutils