logsui/logscntfinder/tsrc/lcfprotoui/lcfprotoui.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 = lcfprotoui
       
    20 CONFIG += hb
       
    21 RESOURCES += lcfprotoui.qrc
       
    22 
       
    23 INCLUDEPATH += ./
       
    24 INCLUDEPATH += ./inc
       
    25 INCLUDEPATH += ../../inc
       
    26 INCLUDEPATH += ../../../inc
       
    27 
       
    28 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    29 
       
    30 # Input
       
    31 HEADERS += inc/lcfmainwindow.h
       
    32 HEADERS += inc/lcfsearchresultsview.h
       
    33 HEADERS += inc/lcfmodel.h
       
    34 
       
    35 SOURCES += src/main.cpp 
       
    36 SOURCES += src/lcfmainwindow.cpp
       
    37 SOURCES += src/lcfsearchresultsview.cpp
       
    38 SOURCES += src/lcfmodel.cpp
       
    39 
       
    40 
       
    41 symbian: {
       
    42     TARGET.UID2 = 0x100039CE
       
    43     TARGET.UID3 = 0x101F4CD6
       
    44     TARGET.CAPABILITY = CAP_APPLICATION
       
    45     LIBS += -llogscntfinder
       
    46     
       
    47 }
       
    48