phoneapp/phoneuiqtviewadapter/tsrc/ut_phoneindicatorcontroller/ut_phoneindicatorcontroller.pro
changeset 74 d1c62c765e48
child 76 cfea66083b62
equal deleted inserted replaced
65:2a5d4ab426d3 74:d1c62c765e48
       
     1 # Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     2 # All rights reserved.
       
     3 # This component and the accompanying materials are made available
       
     4 # under the terms of "Eclipse Public License v1.0"
       
     5 # which accompanies this distribution, and is available
       
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 # Initial Contributors:
       
     8 # Nokia Corporation - initial contribution.
       
     9 # Contributors:
       
    10 # Description: Project file for building unit test component
       
    11 
       
    12 TEMPLATE = app
       
    13 TARGET.UID3 = 0xEDA69234
       
    14 DEPENDPATH += .
       
    15 INCLUDEPATH += .
       
    16 CONFIG += hb
       
    17 CONFIG += qtestlib
       
    18 INCLUDEPATH += \epoc32\include\platform\mw \
       
    19     \epoc32\include\platform \
       
    20     \epoc32\include\platform\app \
       
    21     ../../../../tsrc/common \
       
    22     ../../../../inc \
       
    23     ../../../phoneuiutils/inc/ \
       
    24     ../../../phoneuiview2/inc \
       
    25     ../../../../phoneplugins/phoneindicatorplugin/inc
       
    26 LIBS += -lmocklib \
       
    27     -lsymbianmock \
       
    28     -lxqsettingsmanager \
       
    29 
       
    30 TARGET.CAPABILITY = ALL \
       
    31     -TCB
       
    32 DEFINES += FT_SYMBIAN_INTEGRATION
       
    33 DEFINES += BUILD_PHONEUIQTVIEWADAPTER
       
    34 
       
    35 # Input
       
    36 HEADERS += ../../inc/phoneindicatorcontroller.h
       
    37 SOURCES += ../../src/phoneindicatorcontroller.cpp
       
    38 HEADERS += ../../inc/phonevisibilityhandler.h
       
    39 SOURCES += phonevisibilityhandler_stub.cpp
       
    40 HEADERS += phoneuiqtviewif_stub.h
       
    41 HEADERS += logsmodel.h
       
    42 SOURCES += logsmodel_stub.cpp
       
    43 HEADERS += logsevent.h
       
    44 SOURCES += logsevent_stub.cpp
       
    45 HEADERS += logsfilter.h
       
    46 SOURCES += logsfilter_stub.cpp
       
    47 HEADERS += xqappmanager.h
       
    48 SOURCES += xqappmanager_stub.cpp
       
    49 HEADERS += xqaiwrequest.h
       
    50 SOURCES += xqaiwrequest_stub.cpp
       
    51 HEADERS += hbindicatorstubhelper.h
       
    52 SOURCES += hbindicator_stub.cpp
       
    53 SOURCES += unit_tests.cpp
       
    54 
       
    55 # MOCKED DEPENDENCIES
       
    56 HEADERS += 
       
    57 include(../../../../tsrc/common/phonetest.pri)