vmbx/vmbxengine/tsrc/ut_vmbxengine/ut_vmbxengine.pro
changeset 12 ae8abd0db65c
child 19 e44a8c097b15
equal deleted inserted replaced
0:ff3b6d0fd310 12:ae8abd0db65c
       
     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 TARGET = 
       
    19 DEPENDPATH += .
       
    20 INCLUDEPATH += .
       
    21 CONFIG += hb
       
    22 CONFIG += qtestlib
       
    23 
       
    24 symbian: { 
       
    25     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    26 }
       
    27 
       
    28 symbian {
       
    29     INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE \
       
    30                   /epoc32/include/mw/QtTest \
       
    31                   ../../inc
       
    32 
       
    33     LIBS += -lvmbxengine.dll\
       
    34              -lflogger.dll
       
    35     TARGET.CAPABILITY = ALL -TCB
       
    36 }
       
    37 
       
    38 # Input
       
    39 HEADERS += $$PUBLIC_HEADERS
       
    40 HEADERS += ut_vmbxengine.h
       
    41 SOURCES += ut_vmbxengine.cpp\
       
    42           ..\..\src\vmbxuihandler.cpp\
       
    43           ..\..\src\vmbxqtuihandler.cpp\
       
    44           ..\..\src\voicemailboximpl.cpp\
       
    45           ..\..\src\vmbxpbkstore.cpp\
       
    46           ..\..\src\vmbxetelconnection.cpp\
       
    47           ..\..\src\vmbxsimhandler.cpp\
       
    48           ..\..\src\vmbxcenrephandler.cpp\
       
    49           ..\..\src\vmbxutilities.cpp\
       
    50           ..\..\src\vmbxenginefactory.cpp\
       
    51           ..\..\src\vmbxenginebase.cpp\
       
    52           ..\..\src\vmbxcsvoiceengine.cpp\
       
    53           ..\..\src\vmbxcsvideoengine.cpp\
       
    54           ..\..\src\vmbxvoipengine.cpp\
       
    55           ..\..\src\vmbxemergencycall.cpp\	
       
    56           ..\..\src\vmbxuiutilities.cpp\
       
    57           ..\..\src\vmbxcenrepobserver.cpp\
       
    58           ..\..\src\vmbxsimstoreobserver.cpp\
       
    59           ..\..\src\vmbxsatrefreshobserver.cpp\
       
    60           ..\..\src\vmbxobserver.cpp\
       
    61           ..\..\src\vmbshandler.cpp\
       
    62           ..\..\src\vmspshandler.cpp\
       
    63           ..\..\src\vmsettingsuiiconfileprovider.cpp