commonutilities/imagedecoderwrapper/imagedecoderwrapper.pro
branchGCC_SURGE
changeset 51 525c140ec8db
parent 49 f291796e213d
child 50 a0f57508af73
--- a/commonutilities/imagedecoderwrapper/imagedecoderwrapper.pro	Wed Jun 16 13:08:54 2010 +0100
+++ b/commonutilities/imagedecoderwrapper/imagedecoderwrapper.pro	Thu Jul 22 16:33:32 2010 +0100
@@ -25,7 +25,8 @@
 LIBS += -limageconversion.dll \
 	-lbitmaptransforms.dll \
 	-liclextjpegapi.dll \
-	-lfbscli.dll
+	-lfbscli.dll \
+	-lefsrv.dll
 
 DEFINES += BUILD_IMAGEWRAPPER
 symbian: { 
@@ -33,6 +34,7 @@
 TARGET.UID3 = 0x2000718D 
 TARGET.CAPABILITY = ALL -TCB
 TARGET.EPOCALLOWDLLDATA = 1
+MMP_RULES += SMPSAFE 
 }
 
 
@@ -40,4 +42,13 @@
 HEADERS += inc/glximagedecoder.h inc/glximagedecoderwrapper.h
 SOURCES += src/glximagedecoder.cpp src/glximagedecoderwrapper.cpp
 
-DEFINES += QT_NO_DEBUG_OUTPUT QT_NO_WARNING_OUTPUT
\ No newline at end of file
+DEFINES += QT_NO_DEBUG_OUTPUT QT_NO_WARNING_OUTPUT
+
+defBlock = \      
+"$${LITERAL_HASH}if defined(EABI)" \
+"DEFFILE  ../eabi/glximagedecoderwrapper.def" \
+	 "$${LITERAL_HASH}else" \
+	 "DEFFILE  ../bwins/glximagedecoderwrapper.def" \
+             "$${LITERAL_HASH}endif"
+	
+MMP_RULES += defBlock