videoplayerapp/videoplayer/videoplayer.pro
changeset 62 0e1e938beb1a
parent 52 e3cecb93e76a
child 63 4707a0db12f6
equal deleted inserted replaced
59:a76e86df7ccd 62:0e1e938beb1a
    12 # Contributors:
    12 # Contributors:
    13 # 
    13 # 
    14 # Description: Project file for building Videoplayer components
    14 # Description: Project file for building Videoplayer components
    15 #
    15 #
    16 #
    16 #
    17 # Version : %version: 3 %
    17 # Version : %version: 5 %
    18 
    18 
    19 
    19 
    20 TEMPLATE = app
    20 TEMPLATE = app
    21 CONFIG += hb service
    21 CONFIG += hb service
    22 TARGET = videoplayer
    22 TARGET = videoplayer
    25 symbian: 
    25 symbian: 
    26 { 
    26 { 
    27     TARGET.CAPABILITY = ALL -DRM -TCB
    27     TARGET.CAPABILITY = ALL -DRM -TCB
    28     TARGET.EPOCHEAPSIZE = 0x20000 0x1600000
    28     TARGET.EPOCHEAPSIZE = 0x20000 0x1600000
    29     TARGET.UID3 = 0x200211FE
    29     TARGET.UID3 = 0x200211FE
    30     SKINICON = qtg_large_video_tv 
    30     SKINICON = qtg_large_video 
    31 
    31 
    32     BLD_INF_RULES.prj_exports += "rom/videoplayer.iby          CORE_APP_LAYER_IBY_EXPORT_PATH(videoplayer.iby)" \
    32     BLD_INF_RULES.prj_exports += "rom/videoplayer.iby          CORE_APP_LAYER_IBY_EXPORT_PATH(videoplayer.iby)" \
    33                                  "rom/videoplayerresources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(videoplayerresources.iby)" \
    33                                  "rom/videoplayerresources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(videoplayerresources.iby)" \
    34                                  "sis/videoplayer_stub.sis     /epoc32/data/z/system/install/videoplayer_stub.sis" \
    34                                  "sis/videoplayer_stub.sis     /epoc32/data/z/system/install/videoplayer_stub.sis" \
    35                                  "resources/videos.docml       /epoc32/release/winscw/udeb/z/resource/hb/splashml/videos.docml" \
    35                                  "resources/videos.docml       /epoc32/release/winscw/udeb/z/resource/hb/splashml/videos.docml" \
    53         -lxqservice.dll \
    53         -lxqservice.dll \
    54         -lxqserviceutil.dll
    54         -lxqserviceutil.dll
    55 
    55 
    56 VPATH += src
    56 VPATH += src
    57 
    57 
    58 SOURCES += main.cpp
    58 HEADERS += inc/videoplayerapp.h
       
    59 
       
    60 SOURCES += src/main.cpp \
       
    61            src/videoplayerapp.cpp
    59 
    62 
    60 RSS_RULES += \
    63 RSS_RULES += \
    61 "    datatype_list =                                                                              " \
    64 "    datatype_list =                                                                              " \
    62 "        {                                                                                        " \
    65 "        {                                                                                        " \
    63 "        DATATYPE { priority=EDataTypePrioritySystem; type=\"video/avi\"; },                      " \
    66 "        DATATYPE { priority=EDataTypePrioritySystem; type=\"video/avi\"; },                      " \