musicfetcher/musicfetcher.pro
changeset 22 ecf06a08d4d9
parent 20 82baf59ce8dd
child 23 d45f4c087764
child 25 3ec52facab4d
child 34 2c5162224003
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 Fetcher.
       
    15 #
       
    16 
       
    17 symbian:TARGET.UID3 = 0x10207C69
       
    18 
       
    19 TEMPLATE = lib
       
    20 CONFIG += hb
       
    21 TARGET = musicfetcher
       
    22 
       
    23 TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    24 
       
    25 INCLUDEPATH += . \
       
    26     	inc \
       
    27     	../inc
       
    28 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE 
       
    29 
       
    30 LIBS += -lxqservice
       
    31 
       
    32 symbian:TARGET.EPOCALLOWDLLDATA	= 1
       
    33 
       
    34 HEADERS += inc/musicfetcher.h
       
    35 
       
    36 SOURCES += src/musicfetcher.cpp
       
    37     
       
    38 DEFINES += BUILD_MUSICFETCHER_LIB
       
    39 
       
    40 myDefInclude = "NOSTRICTDEF" \
       
    41 "$${LITERAL_HASH}if defined(WINS)"\
       
    42 "DEFFILE  bwins/musicfetcheru.def "\
       
    43 "$${LITERAL_HASH}else "\
       
    44 "DEFFILE  eabi/musicfetcheru.def "\
       
    45 "$${LITERAL_HASH}endif"
       
    46 MMP_RULES += myDefInclude