videoplayerapp/videoplayerengine/videoplayerengine.pro
changeset 44 518105d52e45
parent 41 229f037ce963
child 50 21fe8338c6bf
--- a/videoplayerapp/videoplayerengine/videoplayerengine.pro	Fri Jul 02 17:14:33 2010 +0300
+++ b/videoplayerapp/videoplayerengine/videoplayerengine.pro	Thu Jul 08 13:05:19 2010 +0300
@@ -14,12 +14,12 @@
 # Description: Project file for building Videoplayer components
 #
 #
-# Version : %version: 27 %
+# Version : %version: 29 %
 
 
 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 \
@@ -61,17 +61,17 @@
 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
 
 SOURCES += videoplayerengine.cpp \
-           mpxvideoplaybackwrapper.cpp \
+           videoplaybackwrapper.cpp \
            mpxvideoplayerappuiengine.cpp \
            videoservices.cpp \
            videoserviceplay.cpp \