qtinternetradio/irqcommon/irqcommon.pro
changeset 0 09774dfdd46b
child 3 ee64f059b8e1
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 TEMPLATE = lib
       
    15 
       
    16 TARGET = irqutility
       
    17 TARGET.CAPABILITY += CAP_GENERAL_DLL
       
    18 
       
    19 MOC_DIR = moc
       
    20 DEPENDPATH = src
       
    21 
       
    22 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    23 
       
    24 INCLUDEPATH += ../../internetradio2.0/datastructuresinc \
       
    25                ../../internetradio2.0/presetplugininc
       
    26 
       
    27 LIBS += -lirdatastructures \
       
    28         -lfbscli \
       
    29         -lcone \
       
    30         -lws32 \
       
    31         -lapgrfx \
       
    32         -lapmime
       
    33         
       
    34 symbian{
       
    35   TARGET.UID3 = 0xef3c4675
       
    36   TARGET.EPOCALLOWDLLDATA = 1
       
    37 }
       
    38        
       
    39 #input
       
    40 
       
    41 #header files list
       
    42 HEADERS += inc\irqisdsdatastructure.h \
       
    43            inc\irqutility.h
       
    44                        
       
    45 
       
    46 #source files list
       
    47 SOURCES += irqisdsdatastructure.cpp \
       
    48            irqutility.cpp
       
    49 
       
    50 SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    51 
       
    52 !exists( $(RVCT22BIN) ) {       
       
    53         !exists( $(RVCT31BIN) ) {
       
    54            exists( $(RVCT40BIN) ) {       
       
    55                QMAKE_CFLAGS.ARMCC += --import_all_vtbl   
       
    56            }           
       
    57         }
       
    58  }