logsui/logscntfinder/tsrc/ut_logscntfinder/ut_logscntfinder.pro
author hgs
Fri, 15 Oct 2010 14:47:48 +0300
changeset 21 2f0af9ba7665
parent 18 acd4e87b24b4
permissions -rw-r--r--
201041

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

QT += testlib xml
CONFIG  += qtestlib
CONFIG  += hb
HB = hbcore hbinput 

DEPENDPATH += .
INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
INCLUDEPATH += ../../
INCLUDEPATH += ../../inc
INCLUDEPATH += ../../../inc
INCLUDEPATH += ../../../tsrc/qtestutils/inc
INCLUDEPATH += .

DEFINES += QT_NO_DEBUG_OUTPUT

# Input
HEADERS += inc/ut_logscntfinder.h
HEADERS += inc/ut_logspredictivetranslator.h
HEADERS += inc/ut_logspredictive12keytranslator.h
HEADERS += inc/ut_logspredictivelatin12keytranslator.h
HEADERS += inc/ut_logspredictivethai12keytranslator.h
HEADERS += inc/ut_logscntentry.h
HEADERS += ../../inc/logscntfinder.h
HEADERS += ../../inc/logscntentry.h
HEADERS += ../../inc/logspredictivetranslator.h
HEADERS += ../../inc/logspredictive12keytranslator.h
HEADERS += ../../inc/logspredictivelatin12keytranslator.h
HEADERS += ../../inc/logspredictivethai12keytranslator.h
HEADERS += ../stubs/qtcontacts_stubs.h

SOURCES += src/main.cpp
SOURCES += src/ut_logscntfinder.cpp 
SOURCES += src/ut_logspredictivetranslator.cpp
SOURCES += src/ut_logspredictive12keytranslator.cpp
SOURCES += src/ut_logspredictivelatin12keytranslator.cpp
SOURCES += src/ut_logspredictivethai12keytranslator.cpp
SOURCES += src/ut_logscntentry.cpp
SOURCES += ../../src/logscntfinder.cpp
SOURCES += ../../src/logscntentry.cpp
SOURCES += ../../src/logspredictivetranslator.cpp
SOURCES += ../../src/logspredictive12keytranslator.cpp
SOURCES += ../../src/logspredictivelatin12keytranslator.cpp
SOURCES += ../../src/logspredictivethai12keytranslator.cpp
SOURCES += ../../../tsrc/qtestutils/src/testrunner.cpp
SOURCES += ../stubs/qtcontacts_stubs.cpp

symbian: {
    TARGET.UID2 = 0x100039CE
    TARGET.UID3 = 0xEfa329b3
    TARGET.CAPABILITY = ALL -TCB
    TARGET.EPOCALLOWDLLDATA = 1
    LIBS += -lflogger -lqtcontacts
    MMP_RULES += SMPSAFE
    CONFIG += symbian_test
    coverage: CONFIG -= symbian_test
}