mpdata/mpdata.pro
changeset 22 ecf06a08d4d9
child 29 8192e5b5c935
equal deleted inserted replaced
20:82baf59ce8dd 22:ecf06a08d4d9
       
     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: Project file for Music Player Data.
       
    15 #
       
    16 
       
    17 symbian:TARGET.UID3 = 0x10207C95
       
    18 
       
    19 TEMPLATE = lib
       
    20 CONFIG += hb
       
    21 TARGET = mpdata
       
    22 
       
    23 TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    24 
       
    25 INCLUDEPATH += . \
       
    26     	inc \
       
    27     	../inc
       
    28 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE 
       
    29 
       
    30 LIBS += -lmpxcommon.dll \
       
    31     -lthumbnailmanagerqt.dll
       
    32     
       
    33 symbian:TARGET.EPOCALLOWDLLDATA	= 1
       
    34 
       
    35 HEADERS += ../inc/mpmpxcollectiondata.h \
       
    36            inc/mpmpxcollectiondata_p.h \
       
    37            ../inc/mpcollectiondatamodel.h \
       
    38     	     inc/mpcollectionalbumartmanager.h \
       
    39     	     ../inc/mpplaybackdata.h
       
    40 
       
    41 SOURCES += src/mpmpxcollectiondata.cpp \
       
    42            src/mpmpxcollectiondata_p.cpp \
       
    43            src/mpcollectiondatamodel.cpp \
       
    44     	     src/mpcollectionalbumartmanager.cpp \
       
    45            src/mpplaybackdata.cpp
       
    46            
       
    47 DEFINES += BUILD_MPDATA_LIB
       
    48 
       
    49 myDefInclude = "NOSTRICTDEF" \
       
    50 "$${LITERAL_HASH}if defined(WINS)"\
       
    51 "DEFFILE  bwins/mpdatau.def "\
       
    52 "$${LITERAL_HASH}else "\
       
    53 "DEFFILE  eabi/mpdatau.def "\
       
    54 "$${LITERAL_HASH}endif"
       
    55 MMP_RULES += myDefInclude