app/tsrc/unittest_mpmtpinfolink/unittest_mpmtpinfolink.pro
changeset 37 eb79a7c355bf
child 43 0f32e550d9d8
equal deleted inserted replaced
36:a0afa279b8fe 37:eb79a7c355bf
       
     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 TEMPLATE = app
       
    18 CONFIG += qtestlib
       
    19 CONFIG += symbian_test
       
    20 TARGET = unittest_mpmtpinfolink
       
    21 TARGET.CAPABILITY = CAP_APPLICATION
       
    22 
       
    23 DEPENDPATH += .
       
    24 INCLUDEPATH += . \
       
    25                ../../inc \
       
    26                ../../../inc
       
    27 
       
    28 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    29 
       
    30 LIBS += -lestor.dll \
       
    31         -lfbscli.dll
       
    32 
       
    33 HEADERS += inc/unittest_mpmtpinfolink.h \
       
    34            ../../inc/mpmtpinfolink.h \
       
    35            stub/inc/hblabel.h \
       
    36            stub/inc/hbparameterlengthlimiter.h \
       
    37            stub/inc/mpsettingsmanager.h \
       
    38            stub/inc/qdesktopservices.h
       
    39 
       
    40 SOURCES += src/unittest_mpmtpinfolink.cpp \
       
    41            ../../src/mpmtpinfolink.cpp \
       
    42            stub/src/hblabel.cpp \
       
    43            stub/src/mpsettingsmanager.cpp \
       
    44            stub/src/qdesktopservices.cpp
       
    45