videoplayerapp/videoplayerengine/videoplayerengine.pro
changeset 46 adbe7d5ba2f5
parent 17 69946d1824c4
child 47 45e72b57a2fd
equal deleted inserted replaced
28:c48470be1ba7 46:adbe7d5ba2f5
    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: da1mmcf#24 %
    17 # Version : %version: 26 %
    18 
    18 
    19 
    19 
    20 TEMPLATE = lib
    20 TEMPLATE = lib
    21 TARGET = videoplayerengine
    21 TARGET = videoplayerengine
    22 CONFIG += hb qt dll
    22 CONFIG += hb qt dll
    46         -lvideoplaylistutility.dll \
    46         -lvideoplaylistutility.dll \
    47         -lservicehandler.dll \
    47         -lservicehandler.dll \
    48         -lxqservice.dll \
    48         -lxqservice.dll \
    49         -lxqserviceutil.dll \
    49         -lxqserviceutil.dll \
    50         -lflogger.dll \
    50         -lflogger.dll \
    51         -lefsrv.dll
       
    52 
    51 
    53 DEPENDPATH += ../../inc ../inc inc
    52 DEPENDPATH += ../../inc ../inc inc
    54 VPATH += src
    53 VPATH += src
    55 
    54 
    56 HEADERS += videoplayerengine.h \
    55 HEADERS += videoplayerengine.h \
    58           mpxvideoplayerappuiengine.h \
    57           mpxvideoplayerappuiengine.h \
    59           videoservices.h \
    58           videoservices.h \
    60           videoserviceplay.h \
    59           videoserviceplay.h \
    61           videoserviceurifetch.h \
    60           videoserviceurifetch.h \
    62           videoserviceview.h \
    61           videoserviceview.h \
    63           videoservicebrowse.h
    62           videoservicebrowse.h \
       
    63           videoactivitystate.h
    64 
    64 
    65 SOURCES += videoplayerengine.cpp \
    65 SOURCES += videoplayerengine.cpp \
    66            mpxvideoplaybackwrapper.cpp \
    66            mpxvideoplaybackwrapper.cpp \
    67            mpxvideoplayerappuiengine.cpp \
    67            mpxvideoplayerappuiengine.cpp \
    68            videoservices.cpp \
    68            videoservices.cpp \
    69            videoserviceplay.cpp \
    69            videoserviceplay.cpp \
    70            videoserviceurifetch.cpp \
    70            videoserviceurifetch.cpp \
    71            videoserviceview.cpp \
    71            videoserviceview.cpp \
    72            videoservicebrowse.cpp
    72            videoservicebrowse.cpp \
       
    73            videoactivitystate.cpp
    73 
    74