diff -r 6df133bd92e1 -r 075425b8d9a4 radioapp/radiopresetstorage/radiopresetstorage.pro --- a/radioapp/radiopresetstorage/radiopresetstorage.pro Fri Jun 04 10:21:36 2010 +0100 +++ b/radioapp/radiopresetstorage/radiopresetstorage.pro Fri Jun 11 13:38:32 2010 +0300 @@ -17,18 +17,16 @@ include(../buildflags.pri) TEMPLATE = lib -TARGET = radiopresetstorage +TARGET = fmradiopresetstorage CONFIG += dll DEFINES += BUILD_PRESET_STORAGE_DLL -INCLUDEPATH += inc +symbian:TARGET.UID3 = 0x2002EAD9 -COMPILE_WITH_NEW_PRESET_UTILITY { - INCLUDEPATH += /epoc32/include/newfmpresetutility - symbian:LIBS += -lpresetutility -} else { - symbian:LIBS += -lfmpresetutility -} +INCLUDEPATH += inc +INCLUDEPATH += ../../common + +symbian:LIBS += -lpresetutility DEPENDPATH += $$INCLUDEPATH src