--- a/videoplayerapp/videoplayerengine/videoplayerengine.pro Tue Jul 06 14:17:50 2010 +0300
+++ b/videoplayerapp/videoplayerengine/videoplayerengine.pro Wed Aug 18 09:50:14 2010 +0300
@@ -14,12 +14,12 @@
# Description: Project file for building Videoplayer components
#
#
-# Version : %version: 27 %
+# Version : %version: da1mmcf#31 %
TEMPLATE = lib
+CONFIG += hb qt dll
TARGET = videoplayerengine
-CONFIG += hb qt dll
DEFINES += BUILD_VIDEOPLAYERAPP_DLL
symbian:
@@ -37,7 +37,7 @@
"$${LITERAL_HASH}else" \
"DEFFILE ../bwins/videoplayerengine.def" \
"$${LITERAL_HASH}endif"
- MMP_RULES += defBlock
+ MMP_RULES += defBlock SMPSAFE
}
INCLUDEPATH += ../../inc \
@@ -55,28 +55,31 @@
-lxqservice.dll \
-lxqserviceutil.dll \
-lflogger.dll \
- -lefsrv
+ -lefsrv \
+ -lcommonengine.dll
DEPENDPATH += ../../inc ../inc inc
VPATH += src
HEADERS += videoplayerengine.h \
- mpxvideoplaybackwrapper.h \
- mpxvideoplayerappuiengine.h \
- videoservices.h \
- videoserviceplay.h \
- videoserviceurifetch.h \
- videoserviceview.h \
- videoservicebrowse.h \
- videoactivitystate.h
+ videoplaybackwrapper.h \
+ mpxvideoplayerappuiengine.h \
+ videoservices.h \
+ videoserviceplay.h \
+ videoserviceurifetch.h \
+ videoserviceview.h \
+ videoservicebrowse.h \
+ videoactivitystate.h \
+ videoserviceuri.h
SOURCES += videoplayerengine.cpp \
- mpxvideoplaybackwrapper.cpp \
+ videoplaybackwrapper.cpp \
mpxvideoplayerappuiengine.cpp \
videoservices.cpp \
videoserviceplay.cpp \
videoserviceurifetch.cpp \
videoserviceview.cpp \
videoservicebrowse.cpp \
- videoactivitystate.cpp
+ videoactivitystate.cpp \
+ videoserviceuri.cpp