equal
deleted
inserted
replaced
15 # |
15 # |
16 |
16 |
17 include(../buildflags.pri) |
17 include(../buildflags.pri) |
18 |
18 |
19 TEMPLATE = lib |
19 TEMPLATE = lib |
20 TARGET = radiopresetstorage |
20 TARGET = fmradiopresetstorage |
21 CONFIG += dll |
21 CONFIG += dll |
22 DEFINES += BUILD_PRESET_STORAGE_DLL |
22 DEFINES += BUILD_PRESET_STORAGE_DLL |
23 |
23 |
|
24 symbian:TARGET.UID3 = 0x2002EAD9 |
|
25 |
24 INCLUDEPATH += inc |
26 INCLUDEPATH += inc |
|
27 INCLUDEPATH += ../../common |
25 |
28 |
26 COMPILE_WITH_NEW_PRESET_UTILITY { |
29 symbian:LIBS += -lpresetutility |
27 INCLUDEPATH += /epoc32/include/newfmpresetutility |
|
28 symbian:LIBS += -lpresetutility |
|
29 } else { |
|
30 symbian:LIBS += -lfmpresetutility |
|
31 } |
|
32 |
30 |
33 DEPENDPATH += $$INCLUDEPATH src |
31 DEPENDPATH += $$INCLUDEPATH src |
34 |
32 |
35 # Input |
33 # Input |
36 HEADERS += radiopresetstorage.h |
34 HEADERS += radiopresetstorage.h |