app/app.pro
changeset 37 eb79a7c355bf
parent 36 a0afa279b8fe
child 38 b93f525c9244
equal deleted inserted replaced
36:a0afa279b8fe 37:eb79a7c355bf
    14 # Description: 
    14 # Description: 
    15 #
    15 #
    16 
    16 
    17 SERVICEAPP = app
    17 SERVICEAPP = app
    18 TARGET = musicplayer
    18 TARGET = musicplayer
    19 ICON = resources/qtg_large_music_player.svg
       
    20 DEPENDPATH += .
       
    21 INCLUDEPATH += . \
       
    22         inc \
       
    23         ../inc \
       
    24         ../musicservices/inc
       
    25 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE 
       
    26 
       
    27 CONFIG += hb
    19 CONFIG += hb
    28 
       
    29 symbian: {
    20 symbian: {
    30     TARGET.UID2 = 0x100039CE 
    21     TARGET.UID2 = 0x100039CE 
    31     TARGET.UID3 = 0x10207C62
    22     TARGET.UID3 = 0x10207C62
    32     TARGET.EPOCSTACKSIZE = 0x14000
    23     TARGET.EPOCSTACKSIZE = 0x14000
    33     TARGET.EPOCHEAPSIZE = 0x020000 0x1F00000
    24     TARGET.EPOCHEAPSIZE = 0x020000 0x1F00000
    34     TARGET.CAPABILITY = CAP_APPLICATION NetworkControl DRM
    25     TARGET.CAPABILITY = CAP_APPLICATION NetworkControl DRM
       
    26     SKINICON = qtg_large_music_player
    35 
    27 
    36     BLD_INF_RULES.prj_exports += \
    28     BLD_INF_RULES.prj_exports += \
    37         "../sis/musicplayer_stub.sis          /epoc32/data/z/system/install/musicplayer_stub.sis"
    29         "../sis/musicplayer_stub.sis          /epoc32/data/z/system/install/musicplayer_stub.sis"
       
    30 
    38 }
    31 }
    39 
    32 
    40 # Service provider specific configuration.
    33 # Service provider specific configuration.
    41 # If in-process plugin specific implementation
    34 # If in-process plugin specific implementation
    42 # will be possible in future, service configuration
    35 # will be possible in future, service configuration
    44 SERVICE.FILE = data/service_conf.xml
    37 SERVICE.FILE = data/service_conf.xml
    45 SERVICE.OPTIONS = embeddable
    38 SERVICE.OPTIONS = embeddable
    46 CONFIG += service
    39 CONFIG += service
    47 # Service provider specific configuration ends
    40 # Service provider specific configuration ends
    48 
    41 
       
    42 DEPENDPATH += .
       
    43 INCLUDEPATH += . \
       
    44                inc \
       
    45                ../inc \
       
    46                ../musicservices/inc
       
    47 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE 
       
    48 
       
    49 LIBS += -lecom \
       
    50         -lestor  \
       
    51         -lfbscli \
       
    52         -lxqplugins \
       
    53         -lmpxviewframeworkqt \
       
    54         -lxqservice \
       
    55         -lxqserviceutil \
       
    56         -lmusicservices \
       
    57         -lmpsettingsmanager \
       
    58         -lmpengine
       
    59 
    49 # Input
    60 # Input
    50 LIBS += -lecom.dll \
    61 HEADERS += inc/mpmainwindow.h \
    51     -lestor.dll  \
    62            inc/mpglobalpopuphandler.h \
    52     -lfbscli.dll \
    63            inc/mpmtpinfolink.h
    53     -lxqplugins.dll \
       
    54     -lmpxviewframeworkqt.dll \
       
    55     -lxqservice \
       
    56     -lxqserviceutil \
       
    57     -lmusicservices \
       
    58     -lmpsettingsmanager \
       
    59     -lmpengine
       
    60 
       
    61 
    64 
    62 SOURCES += src/main.cpp \
    65 SOURCES += src/main.cpp \
    63            src/mpmainwindow.cpp
    66            src/mpmainwindow.cpp \
       
    67            src/mpglobalpopuphandler.cpp \
       
    68            src/mpmtpinfolink.cpp
    64 
    69 
    65 HEADERS =  inc/mpmainwindow.h
       
    66 
       
    67 MMP_RULES+=EXPORTUNFROZEN
       
    68 
       
    69 symbian: {
       
    70     addImages.sources = images/*.png \
       
    71                         resources/*.xml
       
    72     DEPLOYMENT += addImages
       
    73     }
       
    74 
       
    75 RESOURCES += resources/musiplayerapp.qrc
       
    76 
    70 
    77 TRANSLATIONS = musicplayer.ts
    71 TRANSLATIONS = musicplayer.ts
    78 
    72 
    79 RSS_RULES += \
    73 RSS_RULES += \
    80 "    datatype_list =" \
    74 "    datatype_list =" \