logsui/logscntfinder/tsrc/ut_logscntfinder/ut_logscntfinder.pro
changeset 0 4a5361db8937
child 2 7119b73b84d6
equal deleted inserted replaced
-1:000000000000 0:4a5361db8937
       
     1 #                                                                    
       
     2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).   
       
     3 # All rights reserved.                                                
       
     4 # This component and the accompanying materials are made available    
       
     5 # under the terms of "Eclipse Public License v1.0"    
       
     6 # which accompanies this distribution, and is available               
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".   
       
     8 #                                                                     
       
     9 # Initial Contributors:                                               
       
    10 # Nokia Corporation - initial contribution.                           
       
    11 #                                                                     
       
    12 # Contributors:                                                       
       
    13 #                                                                     
       
    14 # Description:                                                        
       
    15 #                                                                     
       
    16 #
       
    17 
       
    18 TEMPLATE = app
       
    19 TARGET = 
       
    20 
       
    21 QT += testlib xml
       
    22 CONFIG  += qtestlib
       
    23 CONFIG  += hb
       
    24 HB = hbcore hbinput 
       
    25 
       
    26 DEPENDPATH += .
       
    27 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    28 INCLUDEPATH += ../../
       
    29 INCLUDEPATH += ../../inc
       
    30 INCLUDEPATH += ../../../inc
       
    31 INCLUDEPATH += ../../../tsrc/qtestutils/inc
       
    32 INCLUDEPATH += .
       
    33 
       
    34 DEFINES += QT_NO_DEBUG_OUTPUT
       
    35 
       
    36 # Input
       
    37 HEADERS += inc/ut_logscntfinder.h
       
    38 HEADERS += ../../inc/logscntfinder.h
       
    39 HEADERS += inc/ut_logspredictivetranslator.h
       
    40 HEADERS += ../../inc/logspredictivetranslator.h
       
    41 HEADERS += inc/ut_logscntentry.h
       
    42 HEADERS += ../stubs/qtcontacts_stubs.h
       
    43 
       
    44 SOURCES += src/main.cpp
       
    45 SOURCES += src/ut_logscntfinder.cpp 
       
    46 SOURCES += src/ut_logspredictivetranslator.cpp
       
    47 SOURCES += src/ut_logscntentry.cpp
       
    48 SOURCES += ../../src/logscntfinder.cpp
       
    49 SOURCES += ../../src/logspredictivetranslator.cpp
       
    50 SOURCES += ../../../tsrc/qtestutils/src/testresultxmlparser.cpp
       
    51 SOURCES += ../stubs/qtcontacts_stubs.cpp
       
    52 
       
    53 symbian: {
       
    54     TARGET.UID2 = 0x100039CE
       
    55     TARGET.UID3 = 0xEfa329b2
       
    56     TARGET.CAPABILITY = ALL -TCB
       
    57     TARGET.EPOCALLOWDLLDATA = 1
       
    58     LIBS += -lflogger -lqtcontacts
       
    59     
       
    60 }