imagehandlingutilities/thumbnailmanager/thumbnailmanagerqt/thumbnailmanagerqt.pro
changeset 54 48dd0f169f0d
parent 42 2e2a89493e2b
equal deleted inserted replaced
42:2e2a89493e2b 54:48dd0f169f0d
     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 TEMPLATE = lib
       
    19 TARGET = thumbnailmanagerqt
       
    20 
       
    21 symbian:TARGET.UID3=0x20029F65
       
    22 
       
    23 DEFINES+=TNMQT_DLL
       
    24 
       
    25 INCLUDEPATH += .
       
    26 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
       
    27 
       
    28 TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    29 
       
    30 symbian:TARGET.EPOCALLOWDLLDATA = 1
       
    31 
       
    32 # Input
       
    33 LIBS +=     -lthumbnailmanager.dll \
       
    34             -lfbscli.dll
       
    35 
       
    36 
       
    37 SOURCES += src/thumbnailmanager_qt.cpp \
       
    38            src/thumbnailmanager_p_qt.cpp  
       
    39           
       
    40 HEADERS += ../../../imagehandling_plat/thumbnailmanager_api/inc/thumbnailmanager_qt.h \
       
    41            inc/thumbnailmanager_p_qt.h  
       
    42 
       
    43 BLD_INF_RULES.prj_exports += "thumbnailmanagerqt.iby /epoc32/rom/include/core/mw/"
       
    44 
       
    45 myDefInclude = "NOSTRICTDEF" \
       
    46 "$${LITERAL_HASH}if defined(WINS)"\
       
    47 "DEFFILE  bwins/thumbnailmanagerqt.def "\
       
    48 "$${LITERAL_HASH}else "\
       
    49 "DEFFILE  eabi/thumbnailmanagerqt.def "\
       
    50 "$${LITERAL_HASH}endif"
       
    51 MMP_RULES += myDefInclude
       
    52