radioapp/radiopresetstorage/radiopresetstorage.pro
branchGCC_SURGE
changeset 37 451b2e1545b2
parent 16 f54ebcfc1b80
parent 32 189d20c34778
equal deleted inserted replaced
26:6bcf277166c1 37:451b2e1545b2
    12 # Contributors:
    12 # Contributors:
    13 #
    13 #
    14 # Description:
    14 # Description:
    15 #
    15 #
    16 
    16 
       
    17 TMP_DIR_NAME = presetstorage
    17 include(../buildflags.pri)
    18 include(../buildflags.pri)
    18 
    19 
    19 TEMPLATE    = lib
    20 TEMPLATE    = lib
    20 TARGET      = radiopresetstorage
    21 TARGET      = fmradiopresetstorage
    21 CONFIG      += dll
    22 CONFIG      += dll
    22 DEFINES     += BUILD_PRESET_STORAGE_DLL
    23 DEFINES     += BUILD_PRESET_STORAGE_DLL
    23 
    24 
       
    25 symbian:TARGET.UID3 = 0x2002EAD9
       
    26 
    24 INCLUDEPATH += inc
    27 INCLUDEPATH += inc
       
    28 INCLUDEPATH += ../../common
    25 
    29 
    26 COMPILE_WITH_NEW_PRESET_UTILITY {
    30 symbian:LIBS += -lpresetutility
    27     INCLUDEPATH += /epoc32/include/newfmpresetutility
       
    28     symbian:LIBS += -lpresetutility
       
    29 } else {
       
    30     symbian:LIBS += -lfmpresetutility
       
    31 }
       
    32 
    31 
    33 DEPENDPATH += $$INCLUDEPATH src
    32 DEPENDPATH += $$INCLUDEPATH src
    34 
    33 
    35 # Input
    34 # Input
    36 HEADERS     += radiopresetstorage.h
    35 HEADERS     += radiopresetstorage.h