radioapp/radiopresetstorage/radiopresetstorage.pro
branchRCL_3
changeset 20 93c594350b9a
parent 19 cce62ebc198e
equal deleted inserted replaced
19:cce62ebc198e 20:93c594350b9a
     1 #
       
     2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 # All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 #
       
     9 # Initial Contributors:
       
    10 # Nokia Corporation - initial contribution.
       
    11 #
       
    12 # Contributors:
       
    13 #
       
    14 # Description:
       
    15 #
       
    16 
       
    17 TMP_DIR_NAME = presetstorage
       
    18 include(../buildflags.pri)
       
    19 
       
    20 TEMPLATE    = lib
       
    21 TARGET      = fmradiopresetstorage
       
    22 CONFIG      += dll
       
    23 DEFINES     += BUILD_PRESET_STORAGE_DLL
       
    24 
       
    25 symbian:TARGET.UID3 = 0x2002EAD9
       
    26 
       
    27 INCLUDEPATH += inc
       
    28 INCLUDEPATH += ../../common
       
    29 
       
    30 symbian:LIBS += -lpresetutility
       
    31 
       
    32 DEPENDPATH += $$INCLUDEPATH src
       
    33 
       
    34 # Input
       
    35 HEADERS     += radiopresetstorage.h
       
    36 HEADERS     += radiostationif.h
       
    37 HEADERS     += radiopresetstorageexport.h
       
    38 
       
    39 # Symbian specific stuff
       
    40 symbian: {
       
    41     INTERNAL_HEADERS += radiopresetstorage_p.h
       
    42     SOURCES += radiopresetstorage.cpp
       
    43 }
       
    44 
       
    45 # Win32 specific stuff
       
    46 win32: {
       
    47     HEADERS += radiopresetstorage_win32_p.h
       
    48     SOURCES += radiopresetstorage_win32.cpp
       
    49 }