messagingapp/msgsettings/msgsettingsmw/tsrc/ut/ut_msgsettingsmw/t_msgsettingsmw.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 QT += testlib
       
    17 
       
    18 TEMPLATE = lib
       
    19 TARGET = 
       
    20 
       
    21 
       
    22 
       
    23 INCLUDEPATH += . 
       
    24 
       
    25 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    26 INCLUDEPATH += ../../../inc
       
    27 
       
    28 
       
    29 
       
    30 DEFINES += BUILD_TEST_DLL 
       
    31 
       
    32 
       
    33 HEADERS += \
       
    34 					t_msgsettingengine.h
       
    35 					
       
    36 				
       
    37 
       
    38 SOURCES += \
       
    39 					 t_msgsettingengine.cpp 
       
    40 					 
       
    41 
       
    42 
       
    43 SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    44 symbian {
       
    45     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    46     TARGET.EPOCSTACKSIZE = 0x8000
       
    47     TARGET.EPOCHEAPSIZE = 0x1000 0x1F00000
       
    48     TARGET.EPOCALLOWDLLDATA = 1
       
    49 		}
       
    50 		
       
    51 LIBS+= -lmsgsettingsmw
       
    52