searchui/indevicehandler/tsrc/t_indevicehandler/t_indevicehandler.pro
author hgs
Mon, 06 Sep 2010 09:21:19 +0530
changeset 21 708468d5143e
parent 9 4a2987baf8f7
permissions -rw-r--r--
201035

#
# 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 stateprovider unit test project file
#
QT += testlib
TEMPLATE = app


LIBS += -lsearchindevicehandler
    
INCLUDEPATH += . 
INCLUDEPATH += ../../inc\
              ../../../inc


CONFIG += qtestlib 
CONFIG += hb

QT += xml \
      sql
DEFINES += SEARCH_UNITTESTING

symbian { 
CONFIG += symbian_test     
TARGET.UID2 = 0x100039CE
TARGET.UID3 = 0x20026F8A
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_indevicehandler.pri)