messagingapp/msgutils/unidatamodel/unismsdataplugin/tsrc/testunidatamodelsmsplugin/testunidatamodelsmsplugin.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-unidatamodel-sms-plugin
       
    22 
       
    23 
       
    24 INCLUDEPATH += .
       
    25 INCLUDEPATH += ../../../../../../inc
       
    26 INCLUDEPATH += ../../../../../msgutils/s60qconversions/inc
       
    27 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    28 
       
    29 DEFINES += BUILD_TEST_DLL
       
    30 
       
    31 SOURCES += \
       
    32 	testunidatamodelsmsplugin.cpp
       
    33 
       
    34 				 
       
    35 
       
    36 # Input
       
    37 HEADERS += \
       
    38 	testunidatamodelsmsplugin.h
       
    39 	
       
    40 	   	   			 
       
    41    
       
    42 SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    43     symbian {
       
    44     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    45     TARGET.EPOCSTACKSIZE = 0x8000
       
    46     TARGET.EPOCHEAPSIZE = 0x1000 0x1F00000
       
    47     TARGET.EPOCALLOWDLLDATA = 1
       
    48 		}
       
    49 		
       
    50  LIBS += -leuser \
       
    51 	-lconvergedmessageutils\
       
    52 	-ls60qconversions \
       
    53 	-lmsgs \
       
    54 	-lsmcm \
       
    55 	-lgsmu \
       
    56 	-letext \
       
    57 	-lmsgs \
       
    58 	-lunidatamodelloader\
       
    59 	-lQtCore
       
    60 	
       
    61