qtinternetradio/irqnwkinfoobserver/irqnwkinfoobserver.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 = irqnwkinfoobserver
       
    18 TARGET.CAPABILITY = CAP_GENERAL_DLL ReadDeviceData
       
    19 
       
    20 MOC_DIR = moc
       
    21 DEPENDPATH += src
       
    22 
       
    23 INCLUDEPATH += inc
       
    24 
       
    25 symbian{
       
    26   TARGET.UID3 = 0xe906e618
       
    27   TARGET.EPOCALLOWDLLDATA = 1
       
    28 }
       
    29 
       
    30 LIBS += -letel3rdparty
       
    31 
       
    32 # Input
       
    33 HEADERS += inc\irqnwkinfoobserver.h \
       
    34            inc\irqnwkinfoobserverimpl.h \
       
    35            inc\irqnwkobserverinterface.h
       
    36 
       
    37 SOURCES += irqnwkinfoobserver.cpp \
       
    38            irqnwkinfoobserverimpl.cpp
       
    39 
       
    40 SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    41 
       
    42 !exists( $(RVCT22BIN) ) {       
       
    43         !exists( $(RVCT31BIN) ) {
       
    44            exists( $(RVCT40BIN) ) {       
       
    45                QMAKE_CFLAGS.ARMCC += --import_all_vtbl   
       
    46            }           
       
    47         }
       
    48  }