videoplayerapp/videoplayerengine/videoplayerengine.pro
changeset 50 21fe8338c6bf
parent 44 518105d52e45
child 58 d2b028fd1f7d
equal deleted inserted replaced
49:824471cb468a 50:21fe8338c6bf
    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: 29 %
    17 # Version : %version: da1mmcf#31 %
    18 
    18 
    19 
    19 
    20 TEMPLATE = lib
    20 TEMPLATE = lib
    21 CONFIG += hb qt dll
    21 CONFIG += hb qt dll
    22 TARGET = videoplayerengine
    22 TARGET = videoplayerengine
    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 \
    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            videoplaybackwrapper.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