tsrc/unittest/unittest_statehandler/unittest_statehandler.pro
author hgs
Fri, 25 Jun 2010 15:41:33 +0530
changeset 45 863223ea6961
parent 26 c499df2dbb33
permissions -rw-r--r--
201025

#
# 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: 
#

TEMPLATE = app
TARGET = 
DEPENDPATH += . 
              
INCLUDEPATH += . 
INCLUDEPATH += ../../../ui/viewmanagement/statehandler/inc
INCLUDEPATH += ../../../ui/inc
INCLUDEPATH += ../../../inc

INCLUDEPATH += /epoc32/include/mw/QtTest

INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE

               
CONFIG += qtestlib \
          Hb

symbian: { 
    TARGET.CAPABILITY = ALL -TCB
    TARGET.EPOCHEAPSIZE = 0x20000 0x1600000
    TARGET.UID3 = 0x2000A773
    MMP_RULES += SMPSAFE 
}

LIBS += -lflogger.dll 
LIBS += -lglxstatehandler.dll

# Input
HEADERS += unittest_statehandler.h
          

SOURCES += unittest_statehandler.cpp