radioapp/radioapplication/radioapplication.pro
changeset 38 f8c3d4e6102c
parent 34 bc10a61bd7d3
equal deleted inserted replaced
36:ba22309243a1 38:f8c3d4e6102c
    28     TARGET.EPOCHEAPSIZE     = 0x020000 0x2400000
    28     TARGET.EPOCHEAPSIZE     = 0x020000 0x2400000
    29     SKINICON                = qtg_large_radio
    29     SKINICON                = qtg_large_radio
    30     ICON                    = resources/qtg_large_radio.svg # Fallback icon in case theme doesn't have one
    30     ICON                    = resources/qtg_large_radio.svg # Fallback icon in case theme doesn't have one
    31 
    31 
    32     LIBS                    += -lxqserviceutil
    32     LIBS                    += -lxqserviceutil
       
    33     LIBS                    += -lxqsettingsmanager
    33 
    34 
    34     BLD_INF_RULES.prj_exports += "resources/fmradio.docml       /epoc32/release/winscw/udeb/z/resource/hb/splashml/fmradio.docml" \
    35     BLD_INF_RULES.prj_exports += "resources/fmradio.docml       /epoc32/release/winscw/udeb/z/resource/hb/splashml/fmradio.docml" \
    35                                  "resources/fmradio.splashml    /epoc32/release/winscw/udeb/z/resource/hb/splashml/fmradio.splashml" \
    36                                  "resources/fmradio.splashml    /epoc32/release/winscw/udeb/z/resource/hb/splashml/fmradio.splashml" \
    36                                  "resources/fmradio.docml       /epoc32/data/z/resource/hb/splashml/fmradio.docml" \
    37                                  "resources/fmradio.docml       /epoc32/data/z/resource/hb/splashml/fmradio.docml" \
    37                                  "resources/fmradio.splashml    /epoc32/data/z/resource/hb/splashml/fmradio.splashml"
    38                                  "resources/fmradio.splashml    /epoc32/data/z/resource/hb/splashml/fmradio.splashml"
    38 }
    39 }
    39 
    40 
    40 CONFIG      += hb service
    41 CONFIG      += hb service
    41 CONFIG      += mobility
       
    42 MOBILITY    = systeminfo
       
    43 
    42 
    44 # Service provider specific configuration.
    43 # Service provider specific configuration.
    45 SERVICE.FILE = resources/service_conf.xml
    44 SERVICE.FILE = resources/service_conf.xml
    46 
    45 
    47 INCLUDEPATH += . inc
    46 INCLUDEPATH += . inc