tsrc/unittest/unittest_imagedecoderwrapper/unittest_imagedecoderwrapper.pro
branchRCL_3
changeset 59 8e5f6eea9c9f
equal deleted inserted replaced
57:ea65f74e6de4 59:8e5f6eea9c9f
       
     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 TEMPLATE = app
       
    18 TARGET = 
       
    19 DEPENDPATH += . 
       
    20               
       
    21 INCLUDEPATH += . 
       
    22 INCLUDEPATH += ../../../commonutilities/imagedecoderwrapper/inc
       
    23 INCLUDEPATH += /epoc32/include/mw/QtTest
       
    24 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    25 
       
    26 CONFIG += qtestlib \
       
    27           Hb
       
    28 
       
    29 LIBS += -lflogger.dll 
       
    30 LIBS += -lglximagedecoderwrapper.dll
       
    31 
       
    32 # Input
       
    33 HEADERS += unittest_imagedecoderwrapper.h
       
    34           
       
    35 
       
    36 SOURCES += unittest_imagedecoderwrapper.cpp
       
    37 symbian: { 
       
    38     TARGET.CAPABILITY = ALL -TCB
       
    39     TARGET.EPOCHEAPSIZE = 0x20000 0x1600000
       
    40     TARGET.UID3 = 0x20000A05
       
    41     MMP_RULES += SMPSAFE 
       
    42 }
       
    43 #BLD_INF_RULES.prj_exports += "../../../gallery/data/Battle.jpg  c:/data/images/Battle.jpg"
       
    44 
       
    45 myFiles.sources = "../../../gallery/data/Battle.jpg"
       
    46 myFiles.path = c:\data\images
       
    47 DEPLOYMENT += myFiles