messagingapp/tsrc/msgapptestsuite/msgapptestsuite.pro
branchGCC_SURGE
changeset 47 5b14749788d7
parent 35 a32b19fb291e
parent 44 36f374c67aa8
equal deleted inserted replaced
35:a32b19fb291e 47:5b14749788d7
     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 CONFIG += symbian_test
       
    21 
       
    22 TEMPLATE = app
       
    23 TARGET = MsgAppTestSuite
       
    24 TARGET.CAPABILITY = All -TCB -DRM
       
    25 DEPENDPATH += .
       
    26 INCLUDEPATH += . 
       
    27 INCLUDEPATH += ../../msgui/appengine/tsrc
       
    28 INCLUDEPATH += ../../msgui/appengine/tsrc/testconversationengine/inc
       
    29 
       
    30 
       
    31 # Input
       
    32 SOURCES += src/main.cpp
       
    33 
       
    34 SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    35 symbian {
       
    36 	    TARGET.UID3 = 0x2001FE76
       
    37 	    TARGET.EPOCSTACKSIZE = 0x8000
       
    38 	    TARGET.EPOCHEAPSIZE = 0x1000 0x1F00000
       
    39 	    BLD_INF_RULES.prj_testexports += "msgapptestsuite.cfg c:/msgapptestsuite.cfg"
       
    40 	    BLD_INF_RULES.prj_testexports += "msgapptestsuitreport.pl c:/msgapptestsuitreport.pl"
       
    41 	    
       
    42 	    testdll.sources = testconversationengine.dll
       
    43 	    testdll.path = /sys/bin
       
    44 	    DEPLOYMENT += testdll 
       
    45 		}
       
    46 		
       
    47 LIBS += \
       
    48 		-ltestconversationengine \