logsui/logsservices/tsrc/at_logsservices/at_logsservices.pro
changeset 21 2f0af9ba7665
parent 18 acd4e87b24b4
equal deleted inserted replaced
18:acd4e87b24b4 21:2f0af9ba7665
     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 
       
    24 DEPENDPATH += .
       
    25 INCLUDEPATH += .
       
    26 INCLUDEPATH += ./inc
       
    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 += ../../../inc
       
    32 INCLUDEPATH += ../../../tsrc/qtestutils/inc
       
    33 
       
    34 # Input
       
    35 HEADERS += inc/at_logsservices.h
       
    36 
       
    37 SOURCES += src/main.cpp
       
    38 SOURCES += src/at_logsservices.cpp
       
    39 SOURCES += ../../../tsrc/qtestutils/src/testresultxmlparser.cpp
       
    40 
       
    41 symbian: {
       
    42     TARGET.UID2 = 0x100039CE
       
    43     TARGET.UID3 = 0xEf1af9b2
       
    44     TARGET.CAPABILITY = ALL -TCB
       
    45     LIBS += -lecom -lflogger -lws32 -lbafl -llogsservices
       
    46     TARGET.EPOCALLOWDLLDATA = 1
       
    47     MMP_RULES += SMPSAFE
       
    48 }