mmsharing/mmshapp/tsrc/ut_mmshapp/ut_mmshapp.pro
branchRCL_3
changeset 33 bc78a40cd63c
parent 32 73a1feb507fb
child 35 6c57ef9392d2
equal deleted inserted replaced
32:73a1feb507fb 33:bc78a40cd63c
     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 
       
    18 TEMPLATE = app
       
    19 TARGET = 
       
    20 
       
    21 CONFIG += hb
       
    22 QT += testlib xml
       
    23 #CONFIG  += qtestlib
       
    24 
       
    25 MUSAPP_DIR = ../..
       
    26 MUS_DIR = ../../../..
       
    27 
       
    28 DEPENDPATH += .
       
    29 
       
    30 INCLUDEPATH += inc
       
    31 INCLUDEPATH += stubs
       
    32 INCLUDEPATH += $$MUSAPP_DIR/inc
       
    33 INCLUDEPATH += $$MUS_DIR/tsrc/qtestutils/inc
       
    34 
       
    35 # Input
       
    36 HEADERS += inc/ut_lcapplication.h
       
    37 HEADERS += $$MUSAPP_DIR/inc/lcapplication.h
       
    38 
       
    39 SOURCES += src/main.cpp
       
    40 SOURCES += src/ut_lcapplication.cpp
       
    41 SOURCES += $$MUSAPP_DIR/src/lcapplication.cpp
       
    42 SOURCES += $$MUS_DIR/tsrc/qtestutils/src/testresultxmlparser.cpp
       
    43 
       
    44 
       
    45 symbian: {
       
    46     TARGET.UID2 = 0x100039CE
       
    47     TARGET.UID3 = 0xE5923aef
       
    48     TARGET.CAPABILITY = ALL -TCB
       
    49     TARGET.EPOCALLOWDLLDATA = 1
       
    50 }