logsui/logsengine/tsrc/at_logsengine/at_logsengine.pro
changeset 0 4a5361db8937
child 18 acd4e87b24b4
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 
       
    25 DEPENDPATH += .
       
    26 INCLUDEPATH += .
       
    27 INCLUDEPATH += /orbit/include # This must be included after the HB stubs
       
    28 INCLUDEPATH += /epoc32/include
       
    29 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    30 INCLUDEPATH += /epoc32/include/ecom
       
    31 INCLUDEPATH += ../../../tsrc/qtestutils/inc
       
    32 
       
    33 # Input
       
    34 HEADERS += inc/at_logsengine.h
       
    35 
       
    36 SOURCES += src/main.cpp
       
    37 SOURCES += src/at_logsengine.cpp
       
    38 SOURCES += ../../../tsrc/qtestutils/src/testresultxmlparser.cpp
       
    39 
       
    40 symbian: {
       
    41     TARGET.UID2 = 0x100039CE
       
    42     TARGET.UID3 = 0xEfa559b2
       
    43     TARGET.CAPABILITY = ALL -TCB
       
    44     TARGET.EPOCALLOWDLLDATA = 1
       
    45     LIBS += -llogsengine
       
    46 }
       
    47 
       
    48 BLD_INF_RULES.prj_mmpfiles = "../../../tsrc/logdbmodifier/addeventtest/group/logclienttest.mmp"\
       
    49                              "../../../tsrc/logdbmodifier/clearlisttest/group/clearlisttest.mmp"
       
    50                              
       
    51 BLD_INF_RULES.prj_exports += "../../../tsrc/logdbmodifier/addeventtest/data/testlogclients.dat /epoc32/winscw/c/system/testlogclients.dat"