qtinternetradio/irqlogger/irqlogger.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 
       
    16 include(../common.pri)
       
    17 
       
    18 TEMPLATE    =  lib
       
    19 TARGET      =  irqlogger
       
    20 CONFIG      += dll
       
    21 DEFINES     += BUILD_IRQLOGGER_DLL
       
    22 
       
    23 
       
    24 
       
    25 MOC_DIR = moc
       
    26 DEPENDPATH = src
       
    27 
       
    28 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    29 
       
    30 INCLUDEPATH += inc \
       
    31                ../../internetradio2.0/include
       
    32 
       
    33 LIBS += -lflogger
       
    34         
       
    35 symbian{
       
    36   TARGET.UID3 = 0xEc6eac02
       
    37   TARGET.EPOCALLOWDLLDATA = 1
       
    38   TARGET.CAPABILITY += CAP_GENERAL_DLL
       
    39 }
       
    40        
       
    41 #header files list
       
    42 HEADERS += inc/irqlogger.h \
       
    43            inc/irqloggerexport.h
       
    44                        
       
    45 
       
    46 #source files list
       
    47 SOURCES += irqlogger.cpp
       
    48 
       
    49 SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    50 
       
    51 !exists( $(RVCT22BIN) ) {       
       
    52         !exists( $(RVCT31BIN) ) {
       
    53            exists( $(RVCT40BIN) ) {       
       
    54                QMAKE_CFLAGS.ARMCC += --import_all_vtbl   
       
    55            }           
       
    56         }
       
    57  }