diff -r c9962d0368d9 -r 525c140ec8db commonutilities/imagedecoderwrapper/imagedecoderwrapper.pro --- 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