qtinternetradio/irqstatisticsreport/irqstatisticsreport.pro
changeset 3 ee64f059b8e1
parent 2 2e1adbfc62af
child 4 3f2d53f144fe
child 5 0930554dc389
equal deleted inserted replaced
2:2e1adbfc62af 3:ee64f059b8e1
     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:  Project definition file for internet radio statisticsreport
       
    14 
       
    15 TEMPLATE = lib
       
    16 
       
    17 TARGET = irqstatisticsreport
       
    18 TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    19 
       
    20 MOC_DIR = moc
       
    21 DEPENDPATH += src
       
    22 
       
    23 INCLUDEPATH += inc \
       
    24                ..\irqcommon\inc \
       
    25                ..\..\internetradio2.0\sessionloginc \
       
    26                ..\irqisdsclient\inc \
       
    27                ..\irqnetworkcontroller\inc \
       
    28                ..\irqsettings\inc
       
    29 
       
    30 symbian{
       
    31   TARGET.UID3 = 0xe3801560
       
    32   TARGET.EPOCALLOWDLLDATA = 1
       
    33 }
       
    34 
       
    35 LIBS += -lirsessionlog \
       
    36         -lirqnetworkcontroller \
       
    37         -lirqisdsclient \
       
    38         -lirqsettings
       
    39 
       
    40 # Input
       
    41 HEADERS += inc\irqstatisticsreporter.h \
       
    42            inc\irqreportsender.h
       
    43            
       
    44 SOURCES += irqstatisticsreporter.cpp \
       
    45            irqreportsender.cpp
       
    46 
       
    47 SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    48 
       
    49 !exists( $(RVCT22BIN) ) {       
       
    50         !exists( $(RVCT31BIN) ) {
       
    51            exists( $(RVCT40BIN) ) {       
       
    52                QMAKE_CFLAGS.ARMCC += --import_all_vtbl   
       
    53            }           
       
    54         }
       
    55  }