ui/widgets/glxzoomwidget/glxzoomwidget.pro
changeset 36 6481344a6d67
child 44 aa2fa096cbfb
equal deleted inserted replaced
33:1ee2af37811f 36:6481344a6d67
       
     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 
       
    19 TEMPLATE = lib
       
    20 TARGET = glxzoomwidget
       
    21 
       
    22 CONFIG += hb
       
    23 
       
    24 DEFINES += GLXZOOMWIDGET_LIBRARY
       
    25 
       
    26 LIBS += -lglxmodelwrapper.dll \
       
    27         -lglximagedecoderwrapper.dll \
       
    28 
       
    29 DEPENDPATH += . inc src
       
    30 INCLUDEPATH += . \
       
    31             ../../../commonutilities/imagedecoderwrapper/inc \
       
    32             ../uiengine/model/modelwrapper/inc \
       
    33             ../../inc \
       
    34             ../../../inc 
       
    35 
       
    36 symbian: { 
       
    37 TARGET.UID3 = 0x200104E4
       
    38 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    39 TARGET.EPOCALLOWDLLDATA = 1
       
    40 TARGET.CAPABILITY = ALL -TCB 
       
    41 }
       
    42 
       
    43 exportfile = "inc/glxzoomwidget.h APP_LAYER_PLATFORM_EXPORT_PATH(glxzoomwidget.h)"
       
    44 BLD_INF_RULES.prj_exports += exportfile
       
    45 
       
    46 # Input
       
    47 HEADERS += inc/glxzoomwidget.h inc/glxzoomwidget_global.h
       
    48 SOURCES += src/glxzoomwidget.cpp