qtinternetradio/irqnetworkcontroller/irqnetworkcontroller.pro
changeset 0 09774dfdd46b
child 11 f683e24efca3
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 
       
    17 TARGET = irqnetworkcontroller
       
    18 TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    19 
       
    20 MOC_DIR = moc
       
    21 DEPENDPATH += src
       
    22 
       
    23 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE 
       
    24 INCLUDEPATH += $${OS_LAYER_PUBLIC_EXPORT_PATH(http)}
       
    25 INCLUDEPATH += $${MW_LAYER_PUBLIC_EXPORT_PATH(http)}
       
    26 
       
    27 INCLUDEPATH += inc \
       
    28                ..\irqcommon\inc \
       
    29                ..\..\internetradio2.0\networkcontrollerinc    
       
    30 
       
    31 LIBS += -lirnetworkcontroller -lnetmeta
       
    32 
       
    33 symbian{
       
    34   TARGET.UID3 = 0xe71db754
       
    35   TARGET.EPOCALLOWDLLDATA = 1
       
    36 }
       
    37 
       
    38 # Input
       
    39 HEADERS += inc\irqnetworkcontroller.h inc\irqnetworkcontrollerbody.h
       
    40 SOURCES += irqnetworkcontroller.cpp irqnetworkcontrollerbody.cpp
       
    41 
       
    42 SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    43 
       
    44 !exists( $(RVCT22BIN) ) {       
       
    45         !exists( $(RVCT31BIN) ) {
       
    46            exists( $(RVCT40BIN) ) {       
       
    47                QMAKE_CFLAGS.ARMCC += --import_all_vtbl   
       
    48            }           
       
    49         }
       
    50  }