ui/commandhandlers/commoncommandhandlers/commoncommandhandlers.pro
changeset 45 863223ea6961
parent 44 aa2fa096cbfb
child 50 a0f57508af73
--- a/ui/commandhandlers/commoncommandhandlers/commoncommandhandlers.pro	Fri Jun 11 17:53:15 2010 +0530
+++ b/ui/commandhandlers/commoncommandhandlers/commoncommandhandlers.pro	Fri Jun 25 15:41:33 2010 +0530
@@ -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