qtinternetradio/irqsonghistory/irqsonghistory.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 TARGET = irqsonghistory
       
    17 TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    18 
       
    19 DEPENDPATH += src ..\..\internetradio2.0\songhistorysrc
       
    20 LIBS += -lbafl -ledbms -lefsrv -lirsettings -lflogger
       
    21 
       
    22 INCLUDEPATH += inc \
       
    23                ..\irqmediaplayer\inc \
       
    24                ..\irqcommon\inc \
       
    25                ..\..\internetradio2.0\songhistoryinc \
       
    26                ..\..\internetradio2.0\settingsinc \
       
    27                ..\..\internetradio2.0\include
       
    28 
       
    29 MOC_DIR = moc
       
    30 
       
    31 symbian{
       
    32   TARGET.UID3 = 0xe009dfe1
       
    33   TARGET.EPOCALLOWDLLDATA = 1
       
    34 }
       
    35 
       
    36 # Input
       
    37 HEADERS += inc\irqsonghistoryengine.h \
       
    38            inc\irqsonghistoryinfo.h
       
    39 
       
    40 SOURCES += irqsonghistoryengine.cpp \
       
    41            irqsonghistoryinfo.cpp \
       
    42            irsonghistorydb.cpp \
       
    43            irsonghistoryinfo.cpp
       
    44 
       
    45 SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    46 
       
    47 !exists( $(RVCT22BIN) ) {       
       
    48         !exists( $(RVCT31BIN) ) {
       
    49            exists( $(RVCT40BIN) ) {       
       
    50                QMAKE_CFLAGS.ARMCC += --import_all_vtbl   
       
    51            }           
       
    52         }
       
    53  }