diff -r 3ab5c078b490 -r c63ee96dbe5f taskswitcher/backstepping/tsrc/t_tsbackstepping/t_tsbackstepping.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/taskswitcher/backstepping/tsrc/t_tsbackstepping/t_tsbackstepping.pro Thu Sep 16 12:11:40 2010 +0100 @@ -0,0 +1,49 @@ +# +# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). +# All rights reserved. +# This component and the accompanying materials are made available +# under the terms of "Eclipse Public License v1.0" +# which accompanies this distribution, and is available +# at the URL "http://www.eclipse.org/legal/epl-v10.html". +# +# Initial Contributors: +# Nokia Corporation - initial contribution. +# +# Contributors: +# +# Description: +# + +CONFIG += qtestlib console + +INCLUDEPATH += ../../../../inc + +HEADERS += t_tsbackstepping.h +SOURCES += t_tsbackstepping.cpp + +HEADERS += ../../inc/tsbackstepping.h \ + ../../inc/tsbacksteppingfilter.h \ + +SOURCES += ../../src/tsbackstepping.cpp \ + ../../src/tsbacksteppingfilter.cpp \ + +LIBS += -lestor.dll +LIBS += -lapparc.dll +LIBS += -lfbscli.dll +LIBS += -lbitgdi.dll +LIBS += -laknicon.dll + +LIBS += -leuser.dll +LIBS += -lws32.dll #// for RWsSession +LIBS += -lapgrfx.dll #// for TApaTask / TApaTasksList +LIBS += -ltsutils.dll +LIBS += -lafactivitylauncher + +INCLUDEPATH += ../../../../internal/tstestutils/inc +LIBS += -ltstestutils + +symbian { +CONFIG += symbian_test +coverage: CONFIG -= symbian_test +TARGET.CAPABILITY = ALL -TCB +}