qtinternetradio/irdb/irdb.pro
changeset 16 5723da102db1
equal deleted inserted replaced
15:065198191975 16:5723da102db1
       
     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 = irdb
       
    17 TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    18 
       
    19 INCLUDEPATH += inc
       
    20 
       
    21 defFilePath = ..
       
    22 
       
    23 MOC_DIR = moc
       
    24 QT += sql
       
    25 DEFINES += BUILD_IRDB_DLL
       
    26 
       
    27 symbian {
       
    28     TARGET.UID3 = 0x2002FFFF
       
    29     TARGET.EPOCALLOWDLLDATA = 1
       
    30     TARGET.CAPABILITY += CAP_GENERAL_DLL
       
    31     MMP_RULES += SMPSAFE
       
    32 }
       
    33 
       
    34 HEADERS += inc/irsqlstr.h \
       
    35            inc/irdb.h \
       
    36            inc/irdbwrapper.h \
       
    37            inc/irdbviewstruct.h \
       
    38            inc/channelhistorywrapper.h \
       
    39            inc/searchrltwrapper.h \
       
    40            inc/songhistorywrapper.h \
       
    41            inc/favoriteswrapper.h \
       
    42            inc/imgwrapper.h \
       
    43            inc/urlinfowrapper.h
       
    44 	
       
    45 SOURCES += src/irdb.cpp \
       
    46            src/irdbwrapper.cpp \
       
    47            src/channelhistorywrapper.cpp \
       
    48            src/searchrltwrapper.cpp \
       
    49            src/songhistorywrapper.cpp \
       
    50            src/favoriteswrapper.cpp \
       
    51            src/imgwrapper.cpp \
       
    52            src/urlinfowrapper.cpp
       
    53 					 
       
    54 SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    55 
       
    56 !exists( $(RVCT22BIN) ) {       
       
    57         !exists( $(RVCT31BIN) ) {
       
    58            exists( $(RVCT40BIN) ) {       
       
    59                QMAKE_CFLAGS.ARMCC += --import_all_vtbl   
       
    60            }           
       
    61         }
       
    62  }