videoplayerapp/videoplayerengine/videoplayerengine.pro
changeset 36 8aed59de29f9
parent 34 bbb98528c666
child 40 13331705e488
equal deleted inserted replaced
35:3738fe97f027 36:8aed59de29f9
    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#20 %
    17 # Version : %version: da1mmcf#24 %
    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
    36 INCLUDEPATH += ../../inc \
    36 INCLUDEPATH += ../../inc \
    37                ../inc
    37                ../inc
    38 
    38 
    39 LIBS += -lmpxviewframeworkqt.dll \
    39 LIBS += -lmpxviewframeworkqt.dll \
    40         -lxqplugins.dll \
    40         -lxqplugins.dll \
    41 	-lmpxplaybackutility.dll \
    41         -lmpxplaybackutility.dll \
    42         -lmpxcollectionutility.dll \
    42         -lmpxcollectionutility.dll \
    43         -lmpxcollectionhelper.dll \    
    43         -lmpxcollectionhelper.dll \    
    44         -lmpxcommon.dll \
    44         -lmpxcommon.dll \
    45         -lestor.dll  \
       
    46         -lfbscli.dll \
       
    47         -lplaybackhelper.dll \
    45         -lplaybackhelper.dll \
    48         -lvideoplaylistutility.dll \
    46         -lvideoplaylistutility.dll \
    49         -lservicehandler.dll \
    47         -lservicehandler.dll \
    50         -lxqservice.dll \
    48         -lxqservice.dll \
    51         -lxqserviceutil.dll \
    49         -lxqserviceutil.dll \
    52         -lflogger.dll
    50         -lflogger.dll \
       
    51         -lefsrv.dll
    53 
    52 
    54 DEPENDPATH += ../inc inc
    53 DEPENDPATH += ../../inc ../inc inc
    55 VPATH += src
    54 VPATH += src
    56 
    55 
    57 HEADERS += videoplayerengine.h \
    56 HEADERS += videoplayerengine.h \
    58           mpxvideoplaybackwrapper.h \
    57           mpxvideoplaybackwrapper.h \
    59           mpxvideoplayerappuiengine.h \
    58           mpxvideoplayerappuiengine.h \
    60           mpxvideoembeddedpdlhandler.h \
       
    61           videoservices.h \
    59           videoservices.h \
    62           videoserviceplay.h \
    60           videoserviceplay.h \
    63           videoserviceurifetch.h
    61           videoserviceurifetch.h \
       
    62           videoserviceview.h \
       
    63           videoservicebrowse.h
    64 
    64 
    65 SOURCES += videoplayerengine.cpp \
    65 SOURCES += videoplayerengine.cpp \
    66            mpxvideoplaybackwrapper.cpp \
    66            mpxvideoplaybackwrapper.cpp \
    67            mpxvideoplayerappuiengine.cpp \
    67            mpxvideoplayerappuiengine.cpp \
    68            mpxvideoembeddedpdlhandler.cpp \
       
    69            videoservices.cpp \
    68            videoservices.cpp \
    70            videoserviceplay.cpp \
    69            videoserviceplay.cpp \
    71            videoserviceurifetch.cpp
    70            videoserviceurifetch.cpp \
       
    71            videoserviceview.cpp \
       
    72            videoservicebrowse.cpp
    72 
    73