videoplayerapp/videoplayerengine/videoplayerengine.pro
changeset 44 518105d52e45
parent 41 229f037ce963
child 50 21fe8338c6bf
equal deleted inserted replaced
42:17f382c040b1 44:518105d52e45
    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: 29 %
    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 
    59 
    59 
    60 DEPENDPATH += ../../inc ../inc inc
    60 DEPENDPATH += ../../inc ../inc inc
    61 VPATH += src
    61 VPATH += src
    62 
    62 
    63 HEADERS += videoplayerengine.h \
    63 HEADERS += videoplayerengine.h \
    64           mpxvideoplaybackwrapper.h \
    64            videoplaybackwrapper.h \
    65           mpxvideoplayerappuiengine.h \
    65            mpxvideoplayerappuiengine.h \
    66           videoservices.h \
    66            videoservices.h \
    67           videoserviceplay.h \
    67            videoserviceplay.h \
    68           videoserviceurifetch.h \
    68            videoserviceurifetch.h \
    69           videoserviceview.h \
    69            videoserviceview.h \
    70           videoservicebrowse.h \
    70            videoservicebrowse.h \
    71           videoactivitystate.h
    71            videoactivitystate.h
    72 
    72 
    73 SOURCES += videoplayerengine.cpp \
    73 SOURCES += videoplayerengine.cpp \
    74            mpxvideoplaybackwrapper.cpp \
    74            videoplaybackwrapper.cpp \
    75            mpxvideoplayerappuiengine.cpp \
    75            mpxvideoplayerappuiengine.cpp \
    76            videoservices.cpp \
    76            videoservices.cpp \
    77            videoserviceplay.cpp \
    77            videoserviceplay.cpp \
    78            videoserviceurifetch.cpp \
    78            videoserviceurifetch.cpp \
    79            videoserviceview.cpp \
    79            videoserviceview.cpp \