qtinternetradio/irqsonghistory/irqsonghistory.pro
changeset 17 38bbf2dcd608
parent 16 5723da102db1
equal deleted inserted replaced
16:5723da102db1 17:38bbf2dcd608
     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 TARGET = irqsonghistory
       
    17 TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    18 
       
    19 defFilePath = ..
       
    20 
       
    21 DEPENDPATH += src ../../internetradio2.0/irsonghistory/src
       
    22 LIBS += -lbafl -ledbms -lefsrv -lirsettings -lflogger
       
    23 
       
    24 INCLUDEPATH += inc \
       
    25                ../irqmediaplayer/inc \
       
    26                ../irqcommon/inc \
       
    27                ../../internetradio2.0/irsettings/inc \
       
    28                ../../internetradio2.0/inc \
       
    29                ../../internetradio2.0/irsonghistory/inc \
       
    30 
       
    31 MOC_DIR = moc
       
    32 
       
    33 symbian{
       
    34   TARGET.UID3 = 0x2002FFC3
       
    35   TARGET.EPOCALLOWDLLDATA = 1
       
    36   MMP_RULES += SMPSAFE
       
    37 }
       
    38 
       
    39 # Input
       
    40 HEADERS += inc/irqsonghistoryengine.h \
       
    41            inc/irqsonghistoryinfo.h
       
    42 
       
    43 SOURCES += irqsonghistoryengine.cpp \
       
    44            irqsonghistoryinfo.cpp \
       
    45            irsonghistorydb.cpp \
       
    46            irsonghistoryinfo.cpp
       
    47 
       
    48 SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    49 
       
    50 !exists( $(RVCT22BIN) ) {       
       
    51         !exists( $(RVCT31BIN) ) {
       
    52            exists( $(RVCT40BIN) ) {       
       
    53                QMAKE_CFLAGS.ARMCC += --import_all_vtbl   
       
    54            }           
       
    55         }
       
    56  }