videoplayerapp/videoplayerengine/videoplayerengine.pro
changeset 52 e3cecb93e76a
parent 47 45e72b57a2fd
child 62 0e1e938beb1a
equal deleted inserted replaced
47:45e72b57a2fd 52:e3cecb93e76a
    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: 27 %
    17 # Version : %version: da1mmcf#31 %
    18 
    18 
    19 
    19 
    20 TEMPLATE = lib
    20 TEMPLATE = lib
       
    21 CONFIG += hb qt dll
    21 TARGET = videoplayerengine
    22 TARGET = videoplayerengine
    22 CONFIG += hb qt dll
       
    23 DEFINES += BUILD_VIDEOPLAYERAPP_DLL
    23 DEFINES += BUILD_VIDEOPLAYERAPP_DLL
    24 
    24 
    25 symbian: 
    25 symbian: 
    26 { 
    26 { 
    27     TARGET.CAPABILITY = ALL -DRM -TCB
    27     TARGET.CAPABILITY = ALL -DRM -TCB
    35         "$${LITERAL_HASH}if defined(EABI)" \
    35         "$${LITERAL_HASH}if defined(EABI)" \
    36         "DEFFILE ../eabi/videoplayerengine.def" \
    36         "DEFFILE ../eabi/videoplayerengine.def" \
    37         "$${LITERAL_HASH}else" \
    37         "$${LITERAL_HASH}else" \
    38         "DEFFILE ../bwins/videoplayerengine.def" \
    38         "DEFFILE ../bwins/videoplayerengine.def" \
    39         "$${LITERAL_HASH}endif"
    39         "$${LITERAL_HASH}endif"
    40     MMP_RULES += defBlock
    40     MMP_RULES += defBlock SMPSAFE
    41 }
    41 }
    42 
    42 
    43 INCLUDEPATH += ../../inc \
    43 INCLUDEPATH += ../../inc \
    44                ../inc
    44                ../inc
    45 
    45 
    53         -lvideoplaylistutility.dll \
    53         -lvideoplaylistutility.dll \
    54         -lservicehandler.dll \
    54         -lservicehandler.dll \
    55         -lxqservice.dll \
    55         -lxqservice.dll \
    56         -lxqserviceutil.dll \
    56         -lxqserviceutil.dll \
    57         -lflogger.dll \
    57         -lflogger.dll \
    58         -lefsrv
    58         -lefsrv \
       
    59         -lcommonengine.dll         
    59 
    60 
    60 DEPENDPATH += ../../inc ../inc inc
    61 DEPENDPATH += ../../inc ../inc inc
    61 VPATH += src
    62 VPATH += src
    62 
    63 
    63 HEADERS += videoplayerengine.h \
    64 HEADERS += videoplayerengine.h \
    64           mpxvideoplaybackwrapper.h \
    65            videoplaybackwrapper.h \
    65           mpxvideoplayerappuiengine.h \
    66            mpxvideoplayerappuiengine.h \
    66           videoservices.h \
    67            videoservices.h \
    67           videoserviceplay.h \
    68            videoserviceplay.h \
    68           videoserviceurifetch.h \
    69            videoserviceurifetch.h \
    69           videoserviceview.h \
    70            videoserviceview.h \
    70           videoservicebrowse.h \
    71            videoservicebrowse.h \
    71           videoactivitystate.h
    72            videoactivitystate.h \
       
    73 	   videoserviceuri.h
    72 
    74 
    73 SOURCES += videoplayerengine.cpp \
    75 SOURCES += videoplayerengine.cpp \
    74            mpxvideoplaybackwrapper.cpp \
    76            videoplaybackwrapper.cpp \
    75            mpxvideoplayerappuiengine.cpp \
    77            mpxvideoplayerappuiengine.cpp \
    76            videoservices.cpp \
    78            videoservices.cpp \
    77            videoserviceplay.cpp \
    79            videoserviceplay.cpp \
    78            videoserviceurifetch.cpp \
    80            videoserviceurifetch.cpp \
    79            videoserviceview.cpp \
    81            videoserviceview.cpp \
    80            videoservicebrowse.cpp \
    82            videoservicebrowse.cpp \
    81            videoactivitystate.cpp
    83            videoactivitystate.cpp \
       
    84 	   videoserviceuri.cpp
    82 
    85