taskswitcher/backstepping/tsrc/t_tsbackstepping/t_tsbackstepping.pro
changeset 117 c63ee96dbe5f
equal deleted inserted replaced
115:3ab5c078b490 117:c63ee96dbe5f
       
     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 CONFIG += qtestlib console
       
    18 
       
    19 INCLUDEPATH += ../../../../inc
       
    20 
       
    21 HEADERS += t_tsbackstepping.h
       
    22 SOURCES += t_tsbackstepping.cpp
       
    23 
       
    24 HEADERS +=  ../../inc/tsbackstepping.h \
       
    25             ../../inc/tsbacksteppingfilter.h \
       
    26 
       
    27 SOURCES +=  ../../src/tsbackstepping.cpp \
       
    28             ../../src/tsbacksteppingfilter.cpp \
       
    29 
       
    30 LIBS += -lestor.dll
       
    31 LIBS += -lapparc.dll
       
    32 LIBS += -lfbscli.dll
       
    33 LIBS += -lbitgdi.dll
       
    34 LIBS += -laknicon.dll
       
    35 
       
    36 LIBS += -leuser.dll
       
    37 LIBS += -lws32.dll #// for RWsSession
       
    38 LIBS += -lapgrfx.dll #// for TApaTask / TApaTasksList
       
    39 LIBS += -ltsutils.dll
       
    40 LIBS += -lafactivitylauncher
       
    41 
       
    42 INCLUDEPATH += ../../../../internal/tstestutils/inc
       
    43 LIBS += -ltstestutils
       
    44 
       
    45 symbian {
       
    46 CONFIG += symbian_test
       
    47 coverage: CONFIG -= symbian_test
       
    48 TARGET.CAPABILITY = ALL -TCB
       
    49 }