videocollection/videocollectionwrapper/videocollectionwrapper.pro
branchRCL_3
changeset 22 839377eedc2b
equal deleted inserted replaced
21:315810614048 22:839377eedc2b
       
     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 = lib
       
    18 CONFIG += hb qt dll
       
    19 TARGET = 
       
    20 DEFINES += BUILD_VIDEOCOLLECTION_DLL
       
    21 
       
    22 symbian: { 
       
    23     TARGET.UID2 = 0x1000008D
       
    24     TARGET.UID3 = 0x200211FD
       
    25     BLD_INF_RULES.prj_exports += "rom/videocollectionwrapper.iby CORE_APP_LAYER_IBY_EXPORT_PATH(videocollectionwrapper.iby)"
       
    26     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    27     TARGET.EPOCALLOWDLLDATA = 1
       
    28     defBlock = \      
       
    29         "$${LITERAL_HASH}if defined(EABI)" \
       
    30         "DEFFILE ../eabi/videocollectionwrapper.def" \
       
    31         "$${LITERAL_HASH}else" \
       
    32         "DEFFILE ../bwins/videocollectionwrapper.def" \
       
    33         "$${LITERAL_HASH}endif"
       
    34     MMP_RULES += defBlock SMPSAFE
       
    35 }
       
    36 
       
    37 DEPENDPATH += . inc src
       
    38 
       
    39 INCLUDEPATH += .
       
    40 
       
    41 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    42 
       
    43 INCLUDEPATH += $$OS_LAYER_STDCPP_SYSTEMINCLUDE
       
    44 
       
    45 INCLUDEPATH += ../inc \
       
    46                /epoc32/include/mw/hb/hbtools
       
    47 
       
    48 # Input
       
    49 HEADERS += inc/videodatasignalreceiver.h \
       
    50            inc/videocollectionclient.h \
       
    51            inc/videocollectionlistener.h \
       
    52            inc/videocollectionwrapper.h \
       
    53            inc/videocollectionwrapper_p.h \
       
    54            inc/videolistdatamodel.h \
       
    55            inc/videolistdatamodel_p.h \
       
    56            inc/videothumbnaildata.h \
       
    57            inc/videothumbnaildata_p.h \
       
    58            inc/videothumbnailfetcher.h \
       
    59            inc/videocollectionutils.h \
       
    60            inc/videosortfilterproxymodel.h \
       
    61            inc/videodatacontainer.h \
       
    62            inc/videodeleteworker.h \
       
    63            ../inc/videocollectionexport.h
       
    64            
       
    65 SOURCES += src/videocollectionclient.cpp \
       
    66            src/videocollectionlistener.cpp \
       
    67            src/videocollectionwrapper.cpp \
       
    68            src/videocollectionwrapper_p.cpp \
       
    69            src/videolistdatamodel.cpp \
       
    70            src/videolistdatamodel_p.cpp \
       
    71            src/videothumbnaildata.cpp \
       
    72            src/videothumbnaildata_p.cpp \
       
    73            src/videothumbnailfetcher.cpp \
       
    74            src/videocollectionutils.cpp \
       
    75            src/videosortfilterproxymodel.cpp \
       
    76            src/videodeleteworker.cpp \
       
    77            src/videodatacontainer.cpp
       
    78           
       
    79 LIBS += -lmpxcommon.dll \
       
    80         -lmpxcollectionutility.dll \
       
    81         -lthumbnailmanagerqt.dll \
       
    82         -lestor.dll \
       
    83         -lcentralrepository.dll \
       
    84         -lflogger.dll