diff -r d0b4e67b3a60 -r f291796e213d ui/commandhandlers/commoncommandhandlers/commoncommandhandlers.pro --- a/ui/commandhandlers/commoncommandhandlers/commoncommandhandlers.pro Wed Jun 23 18:12:48 2010 +0300 +++ b/ui/commandhandlers/commoncommandhandlers/commoncommandhandlers.pro Tue Jul 06 14:16:16 2010 +0300 @@ -40,6 +40,7 @@ TARGET.UID3 = 0x20000A0D TARGET.CAPABILITY = ALL -TCB TARGET.EPOCALLOWDLLDATA = 1 +MMP_RULES += SMPSAFE } LIBS += -lglxcommandhandlerbase.dll \ @@ -54,7 +55,11 @@ -lfbscli.dll \ -lbafl.dll \ -lefsrv.dll \ - -lcaf.dll + -lcaf.dll \ + -lxqservice.dll \ + -lxqserviceutil.dll \ + -lglxmediamodel.dll + # Input HEADERS += inc/glxcommandhandlerdelete.h @@ -66,7 +71,8 @@ HEADERS += inc/glxcommandhandlerrename.h HEADERS += inc/glxcommondialogs.h HEADERS += inc/glxcommandhandlercomment.h - +HEADERS += inc/glxcommandhandlercropimage.h +HEADERS += inc/glxcommandhandlerrotateimage.h SOURCES += src/glxcommandhandlerdelete.cpp SOURCES += src/glxcommandhandleraddtocontainer.cpp @@ -77,6 +83,8 @@ SOURCES += src/glxcommandhandlerrename.cpp SOURCES += src/glxcommondialogs.cpp SOURCES += src/glxcommandhandlercomment.cpp +SOURCES += src/glxcommandhandlercropimage.cpp +SOURCES += src/glxcommandhandlerrotateimage.cpp DEFINES += QT_NO_DEBUG_OUTPUT QT_NO_WARNING_OUTPUT