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