diff -r 6df133bd92e1 -r 075425b8d9a4 radioapp/radioapplication/radioapplication.pro --- a/radioapp/radioapplication/radioapplication.pro Fri Jun 04 10:21:36 2010 +0100 +++ b/radioapp/radioapplication/radioapplication.pro Fri Jun 11 13:38:32 2010 +0300 @@ -17,34 +17,37 @@ include(../buildflags.pri) TEMPLATE = app -TARGET = qtfmradio +TARGET = fmradio TRANSLATIONS += fmradio.ts +ICON = resources/qtg_large_radio.svg +#ICON = qtg_large_radio.svg symbian: { TARGET.CAPABILITY = CAP_APPLICATION MultimediaDD - TARGET.VID = VID_DEFAULT - TARGET.UID3 = 0x101FF976 # Old visual radio uid + TARGET.UID3 = 0x2002FF4E TARGET.EPOCSTACKSIZE = 0x14000 TARGET.EPOCHEAPSIZE = 0x020000 0x2400000 } CONFIG += hb service +CONFIG += mobility +MOBILITY = systeminfo # Service provider specific configuration. SERVICE.FILE = resources/service_conf.xml INCLUDEPATH += . inc -INCLUDEPATH += ../commoninc +INCLUDEPATH += ../../common INCLUDEPATH += ../radiouiengine/inc INCLUDEPATH += ../radiowidgets/inc -LIBS += -lradiouiengine -LIBS += -lradiowidgets +LIBS += -lfmradiouiengine +LIBS += -lfmradiowidgets # UI does not normally depend on the wrapper, but it does on two special cases # 1. Logging is enabled. The logger is in the wrapper module # 2. Radio is built for win32 target. The test window needs to access the wrapper -LOGGING_ENABLED:LIBS += -lradioenginewrapper +LOGGING_ENABLED:LIBS += -lfmradioenginewrapper # Sources HEADERS += radioapplication.h @@ -54,7 +57,7 @@ # Win32 specific stuff win32: { - LIBS += -lradioenginewrapper + LIBS += -lfmradioenginewrapper HEADERS += testwindow_win32.h