hgcacheproxymodel/tsrc/fute/HgCacheProxyModelTestApp/hgcacheproxymodeltestapp.pro
changeset 1 e48454f237ca
child 2 49c70dcc3f17
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 = app
       
    13 CONFIG += qtestlib console hb
       
    14 
       
    15 TARGET = hgcacheproxymodeltestapp
       
    16 DEPENDPATH += . \
       
    17     inc \
       
    18     src
       
    19 	
       
    20 symbian { 
       
    21 	TARGET.EPOCSTACKSIZE = 0x14000
       
    22     TARGET.EPOCALLOWDLLDATA = 1
       
    23     TARGET.CAPABILITY = ALL \
       
    24         -TCB
       
    25 }
       
    26 LIBS += -lhgcacheproxymodel \
       
    27         -lharvesterclient.dll \
       
    28         -lmdeclient.dll \ 
       
    29 		-lthumbnailmanagerqt.dll \
       
    30 		-lflogger
       
    31 
       
    32 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE $$APP_LAYER_SYSTEMINCLUDE
       
    33 INCLUDEPATH += ../../../inc
       
    34 
       
    35 #DEFINES += ENABLETRACE
       
    36 #if TRACE_FILENAME not set, then RDebug is used
       
    37 DEFINES += TRACE_FILE
       
    38 
       
    39 
       
    40 HEADERS += src\mywindow.h \
       
    41     src/mydataprovider.h \
       
    42     ../../../inc/txlogger.h
       
    43 	
       
    44 SOURCES += src\mywindow.cpp \
       
    45     src/mydataprovider.cpp \
       
    46     src/main.cpp 
       
    47     
       
    48 RESOURCES += hgcacheproxymodeltestapp.qrc