logsui/logscntfinder/tsrc/pt_logscntfinder/pt_logscntfinder.pro
changeset 0 4a5361db8937
child 6 41c0a814d878
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 
       
    24 #include(../tsrc.pri)
       
    25 
       
    26 DEFINES += PBK_UNIT_TEST
       
    27 DEPENDPATH += .
       
    28 INCLUDEPATH += ./
       
    29 INCLUDEPATH += ./inc
       
    30 INCLUDEPATH += ../inc
       
    31 
       
    32 #DEPENDPATH += .
       
    33 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    34 INCLUDEPATH += ../../
       
    35 INCLUDEPATH += ../../inc
       
    36 INCLUDEPATH += ../../../inc
       
    37 
       
    38 # Input
       
    39     HEADERS += inc\pt_logscntfinder.h 
       
    40             
       
    41     SOURCES += src\pt_logscntfinder.cpp   
       
    42 
       
    43 symbian: {
       
    44     TARGET.UID2 = 0x100039CE
       
    45     TARGET.UID3 = 0xEfa329b3
       
    46     TARGET.CAPABILITY = ALL -TCB
       
    47     TARGET.EPOCALLOWDLLDATA = 1
       
    48     LIBS += \
       
    49         -lxqservice \
       
    50         -lQtContacts \
       
    51         -llogscntfinder
       
    52 }