hgcacheproxymodel/hgcacheproxymodel.pro
changeset 1 e48454f237ca
child 6 1cdcc61142d2
equal deleted inserted replaced
0:89c329efa980 1:e48454f237ca
       
     1 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 # All rights reserved.
       
     3 # This component and the accompanying materials are made available
       
     4 # under the terms of "Eclipse Public License v1.0"
       
     5 # which accompanies this distribution, and is available
       
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 # Initial Contributors:
       
     8 # Nokia Corporation - initial contribution.
       
     9 # Contributors:
       
    10 # Description:
       
    11 
       
    12 TEMPLATE = lib
       
    13 TARGET = hgcacheproxymodel
       
    14 symbian:TARGET.UID3 = 0x2002EA2A
       
    15 
       
    16 CONFIG += qt hb
       
    17 QT -= gui
       
    18 
       
    19 symbian {
       
    20 	TARGET.EPOCALLOWDLLDATA = 1
       
    21 	TARGET.CAPABILITY = ALL -TCB
       
    22 }
       
    23 
       
    24 DEFINES += BUILD_CACHEPROXYMODEL
       
    25 INCLUDEPATH += /sf/mw/qt/src/gui/image/
       
    26 
       
    27 #DEFINES += ENABLETRACE
       
    28 #if TRACE_FILENAME not set, then RDebug is used
       
    29 DEFINES += TRACE_FILE
       
    30 
       
    31 # Input
       
    32 HEADERS +=  \
       
    33 	../hgwidgets_plat/hgcacheproxymodel_api/inc/hgcacheproxymodel.h \
       
    34 	../hgwidgets_plat/hgcacheproxymodel_api/inc/hgdataprovidermodel.h \
       
    35 	inc/hgbuffermanager.h \
       
    36 	inc/hglogger.h
       
    37 
       
    38 
       
    39 SOURCES +=  \
       
    40 	src/hgcacheproxymodel.cpp \
       
    41 	src/hgdataprovidermodel.cpp \	
       
    42 	src/hgbuffermanager.cpp
       
    43 
       
    44 include(rom/rom.pri)
       
    45 include(sis/stub.pri)