presencecache/presencecacheqt/tsrc/presencefeeddemo_qt/presencefeeddemo_qt.pro
changeset 46 efe85016a067
child 81 640d30f4fb64
equal deleted inserted replaced
40:b46a585f6909 46:efe85016a067
       
     1 #
       
     2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 
       
     4 #
       
     5 # All rights reserved.
       
     6 # This component and the accompanying materials are made available
       
     7 # under the terms of "Eclipse Public License v1.0"
       
     8 # which accompanies this distribution, and is available
       
     9 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
    10 #
       
    11 # Initial Contributors:
       
    12 # Nokia Corporation - initial contribution.
       
    13 #
       
    14 # Contributors:
       
    15 #
       
    16 # Description:
       
    17 #
       
    18 #
       
    19 
       
    20 TEMPLATE = app
       
    21 TARGET = presencefeeddemo
       
    22 CONFIG += hb
       
    23 
       
    24 DEPENDPATH += .
       
    25 INCLUDEPATH += inc
       
    26 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    27 
       
    28 MOC_DIR = moc
       
    29 
       
    30 LIBS += -lqtcontacts \
       
    31         -lpresencecacheqt
       
    32 
       
    33 # Input
       
    34 HEADERS += inc/feedview.h
       
    35 
       
    36 SOURCES += src/main.cpp
       
    37 SOURCES += src/feedview.cpp
       
    38 
       
    39 RESOURCES += presencefeeddemo.qrc
       
    40 
       
    41 # capability
       
    42 TARGET.CAPABILITY = CAP_APPLICATION
       
    43     
       
    44 symbian: {
       
    45         TARGET.EPOCSTACKSIZE = 0x14000
       
    46         TARGET.EPOCHEAPSIZE = 0x1000 0xA00000 
       
    47 }