diff -r 2f67eb14d003 -r 4a2987baf8f7 searchui/onlinehandler/tsrc/t_onlinehandler/t_onlinehandler.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/searchui/onlinehandler/tsrc/t_onlinehandler/t_onlinehandler.pro Mon Jun 28 11:03:15 2010 +0530 @@ -0,0 +1,47 @@ +# +# 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: Search onlinehandler unit test project file +# + +TEMPLATE = app + + +LIBS += -lsearchonlinehandler +LIBS += -lisengine +LIBS += -lisproviderdbmanager + +INCLUDEPATH += . +INCLUDEPATH += ../../inc \ + ../../../inc + + +CONFIG += qtestlib +CONFIG += hb + +QT += xml \ + sql +DEFINES += SEARCH_UNITTESTING + +symbian { +CONFIG += symbian_test +TARGET.UID2 = 0x100039CE +TARGET.CAPABILITY = ALL -TCB -DRM +TARGET.EPOCSTACKSIZE = 0x14000 // 80kB +TARGET.EPOCHEAPSIZE = 0x20000 0x800000 // 128kB - 16MB +INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE +INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE +} + +include(t_onlinehandler.pri) +