filemanager/src/fmfiledialog/fmfiledialog.pro
branchRCL_3
changeset 21 65326cf895ed
parent 20 491b3ed49290
child 22 f5c50b8af68c
equal deleted inserted replaced
20:491b3ed49290 21:65326cf895ed
     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 # The project file of FmFileDialog
       
    12 
       
    13 TARGET = 
       
    14 CONFIG += hb
       
    15 TEMPLATE = lib
       
    16 DEFINES += FMFILEDIALOG_LIBRARY
       
    17 RESOURCES += fmfiledialog.qrc
       
    18 include ( ../common.pri )
       
    19 include ( ../inc/commoninc.pri )
       
    20 include ( ../inc/commonutils.pri )
       
    21 include ( ../../filemanager_plat/inc/filemanager_plat.pri )
       
    22 include ( fmfiledialog.pri )
       
    23 symbian { 
       
    24     LIBS += -lplatformenv \
       
    25             -lapmime \
       
    26             -lxqservice \
       
    27             -lxqutils \
       
    28             -lshareui \
       
    29             -lefsrv \
       
    30             -lapgrfx \
       
    31             -lcone \
       
    32             -lsysutil
       
    33             
       
    34     TARGET.UID3 = 0x2002BCC3
       
    35 
       
    36     # export headers to app
       
    37     EXPORT_PLATFORM_HEADERS += \
       
    38                              ../../filemanager_plat/inc/fmglobal.h \
       
    39                              ../../filemanager_plat/inc/fmfiledialog.h
       
    40     
       
    41     headers.sources = $$EXPORT_PLATFORM_HEADERS
       
    42     for(header, headers.sources):BLD_INF_RULES.prj_exports += "./$$header $$APP_LAYER_PLATFORM_EXPORT_PATH($$basename(header))"
       
    43 }