satui/satapp/tsrc/ut_satapp/ut_satapp.pro
changeset 15 d7fc66ccd6fb
child 33 8d5d7fcf9b59
equal deleted inserted replaced
13:e32024264ebb 15:d7fc66ccd6fb
       
     1 #
       
     2 # Copyright (c) 2010 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: unit test pro file for satapp.
       
    15 #
       
    16 
       
    17 TEMPLATE = app
       
    18 TARGET = utsatapp
       
    19 DEPENDPATH += .
       
    20 INCLUDEPATH += .
       
    21 CONFIG += hb
       
    22 CONFIG += qtestlib
       
    23 HEADERS += $$PUBLIC_HEADERS
       
    24 MOC_DIR = moc_utsatapp
       
    25 
       
    26 symbian {
       
    27     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    28     INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE \
       
    29                    .inc \
       
    30                     ../../../../inc \
       
    31                     .MOC_DIR 
       
    32 
       
    33     LIBS += -lSatClient.dll \
       
    34             -lSatInternalClient.dll \
       
    35             -legul.dll \
       
    36             -lfbscli.dll \
       
    37             -lcentralrepository.dll \
       
    38             -lCenRepNotifHandler.dll \
       
    39             -lCdlEngine.dll \
       
    40             -lFlogger.dll \
       
    41             -lbafl.dll \
       
    42             -lprofileeng.dll 
       
    43 
       
    44     HEADERS += ../../inc \
       
    45                ../../inc/msatuiactionimplementer.h \
       
    46                ../../inc/satappcommonconstant.h \
       
    47                ../../inc/tflogger.h \
       
    48                ../../inc/satappmainhandler.h \
       
    49                ../../inc/csatuiobserver.h\
       
    50                ../../inc/satappcommandhandler.h \
       
    51                ../../inc/satappeventprovider.h \
       
    52                ../../inc/satappuiprovider.h \
       
    53                ../../inc/satappview.h \
       
    54                ../../inc/satappgetinkeynote.h \
       
    55                ../../inc/csatuiobserver.h \
       
    56                ../../inc/csatuiiconhandler.h \
       
    57                ../../inc/satappplaytoneprovider.h \
       
    58                inc/dummyeventprovider.h \
       
    59                inc/dummyplaytoneprovider.h \
       
    60                inc/ut_satappmainhandler.h \
       
    61                inc/ut_csatuiobserver.h \
       
    62                inc/ut_satappeventhandler.h \
       
    63                inc/ut_playtoneprovider.h 
       
    64 
       
    65 
       
    66     SOURCES +=  ../../src/csatuiobserver.cpp \
       
    67                ../../src/satappmainhandler.cpp \
       
    68                ../../src/satappcommandhandler.cpp \
       
    69                ../../src/satappuiprovider.cpp \
       
    70                ../../src/satappeventprovider.cpp \
       
    71                ../../src/satappview.cpp \
       
    72                ../../src/satappgetinkeynote.cpp \
       
    73                ../../src/csatuiiconhandler.cpp\
       
    74                ../../src/satappplaytoneprovider.cpp\
       
    75                src/main.cpp \
       
    76                src/dummyeventprovider.cpp \
       
    77                src/dummyplaytoneprovider.cpp \
       
    78                src/ut_satappmainhandler.cpp \
       
    79                src/ut_csatuiobserver.cpp \
       
    80                src/ut_satappeventhandler.cpp \
       
    81                src/ut_playtoneprovider.cpp 
       
    82 
       
    83 }