logsui/logscntfinder/tsrc/ut_logscntfinder/ut_logscntfinder.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 04 Oct 2010 00:17:41 +0300
changeset 20 6a40edd41841
parent 19 e4c884866116
child 21 2f0af9ba7665
permissions -rw-r--r--
Revision: 201037 Kit: 201039

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