qtinternetradio/irqstatisticsreporter/irqstatisticsreporter.pro
changeset 3 ee64f059b8e1
child 11 f683e24efca3
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 TARGET = irqstatisticsreporter
       
    17 QT -= gui
       
    18 CONFIG += dll
       
    19 DEFINES += BUILD_IRQSTATISTICSREPORTER_DLL
       
    20 
       
    21 symbian{
       
    22   TARGET.UID3 = 0xe3801560
       
    23   TARGET.EPOCALLOWDLLDATA = 1
       
    24   TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    25   SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    26 }
       
    27 
       
    28 ########## Dependency Path ##############################
       
    29 MOC_DIR = moc
       
    30 DEPENDPATH += src
       
    31 INCLUDEPATH += inc \
       
    32                ../irqcommon\inc \
       
    33                ../irqisdsclient/inc \
       
    34                ../irqnetworkcontroller/inc \
       
    35                ../irqnwkinfoobserver/inc \
       
    36                ../irqlogger/inc \
       
    37                ../irqsettings/inc
       
    38 symbian{
       
    39 INCLUDEPATH += ../../internetradio2.0/sessionloginc
       
    40 }
       
    41 
       
    42 
       
    43 ########## Dependency Libs ##############################
       
    44 
       
    45 LIBS += -lirqnetworkcontroller \
       
    46         -lirqisdsclient \
       
    47         -lirqnwkinfoobserver \
       
    48         -lirqlogger \
       
    49         -lirqsettings
       
    50 
       
    51 symbian{
       
    52 LIBS += -lirsessionlog
       
    53 }
       
    54 
       
    55 ########## Input ##############################
       
    56 HEADERS += inc/irqstatisticsreporter.h \
       
    57            inc/irqstatisticsreporterexporter.h
       
    58 SOURCES += irqstatisticsreporter.cpp
       
    59 
       
    60 symbian{
       
    61 HEADERS += inc/irqstatisticsreporter_symbian_p.h
       
    62 SOURCES += irqstatisticsreporter_symbian_p.cpp
       
    63 }
       
    64 
       
    65 ########## Others ##############################
       
    66 !exists( $(RVCT22BIN) ) {       
       
    67         !exists( $(RVCT31BIN) ) {
       
    68            exists( $(RVCT40BIN) ) {       
       
    69                QMAKE_CFLAGS.ARMCC += --import_all_vtbl   
       
    70            }           
       
    71         }
       
    72  }