phoneapp/phonestringloader/tsrc/ut_phonestringloader/ut_phonestringloader.pro
changeset 37 ba76fc04e6c2
child 51 f39ed5e045e0
child 74 d1c62c765e48
equal deleted inserted replaced
36:2eacb6118286 37:ba76fc04e6c2
       
     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: Project file for building unit test component
       
    15 #
       
    16 #
       
    17 
       
    18 TEMPLATE = app
       
    19 TARGET = 
       
    20 TARGET.UID3 = 0xEF78FF4E
       
    21 DEPENDPATH += .
       
    22 INCLUDEPATH += .
       
    23 CONFIG += hb
       
    24 CONFIG += qtestlib
       
    25 
       
    26 symbian {
       
    27 
       
    28     INCLUDEPATH += \epoc32\include\platform\mw \
       
    29                    \epoc32\include\platform \
       
    30                    ../../../phoneuiview2/inc \
       
    31                    ../../../phoneuiutils/inc \
       
    32                    ../../../../inc \
       
    33                    ../../../phoneui2/srcdata
       
    34 
       
    35     LIBS += -lphoneuiqtview
       
    36     LIBS += -lbafl
       
    37 
       
    38     TARGET.CAPABILITY = ALL -TCB
       
    39 }
       
    40 
       
    41 # Input
       
    42 HEADERS += phoneresourceadapter.h
       
    43 SOURCES += ../../src/stringloader.cpp
       
    44 SOURCES += unit_tests.cpp