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