qtinternetradio/irqmediaplayer/irqmediaplayer.pro
changeset 0 09774dfdd46b
child 5 0930554dc389
equal deleted inserted replaced
-1:000000000000 0:09774dfdd46b
       
     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 #
       
     8 # Initial Contributors:
       
     9 # Nokia Corporation - initial contribution.
       
    10 #
       
    11 # Contributors:  
       
    12 #
       
    13 # Description:
       
    14 
       
    15 TEMPLATE = lib
       
    16 TARGET = irqmediaplayer
       
    17 TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    18 
       
    19 DEFINES += MMFADAPTER
       
    20 
       
    21 DEPENDPATH += src
       
    22 LIBS += -lmediaclientvideo \
       
    23         -lmmfcontrollerframework \
       
    24         -lstereowideningeffect  \
       
    25         -lws32
       
    26 
       
    27 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE 
       
    28 
       
    29 INCLUDEPATH += inc  \
       
    30                ..\irqcommon\inc
       
    31                         
       
    32                   
       
    33 MOC_DIR = moc
       
    34 
       
    35 symbian{
       
    36   TARGET.UID3 = 0xea3ed061
       
    37   TARGET.EPOCALLOWDLLDATA = 1
       
    38   TARGET.VID = VID_DEFAULT
       
    39 }
       
    40 
       
    41 # Input
       
    42 HEADERS += inc\irqplayeradapterinterface.h \
       
    43            inc\irqmediaplayer.h  \
       
    44            inc\irqmmfadapter.h  \
       
    45            inc\irqphononadapter.h
       
    46 
       
    47 SOURCES += irqmediaplayer.cpp \
       
    48            irqmmfadapter.cpp \
       
    49            irqphononadapter.cpp
       
    50 
       
    51 SYMBIAN_PLATFORMS = WINSCW ARMV5 
       
    52 
       
    53 !exists( $(RVCT22BIN) ) {       
       
    54         !exists( $(RVCT31BIN) ) {
       
    55            exists( $(RVCT40BIN) ) {       
       
    56                QMAKE_CFLAGS.ARMCC += --import_all_vtbl   
       
    57            }           
       
    58         }
       
    59  }