ui/commandhandlers/commoncommandhandlers/commoncommandhandlers.pro
changeset 44 aa2fa096cbfb
parent 26 c499df2dbb33
child 45 863223ea6961
--- a/ui/commandhandlers/commoncommandhandlers/commoncommandhandlers.pro	Fri May 28 21:11:54 2010 +0530
+++ b/ui/commandhandlers/commoncommandhandlers/commoncommandhandlers.pro	Fri Jun 11 17:53:15 2010 +0530
@@ -52,7 +52,9 @@
         -lshareui.dll \
 	-lexiflib.dll \
 	-lfbscli.dll \
-	-lbafl.dll
+	-lbafl.dll \
+	-lefsrv.dll \
+	-lcaf.dll
 
 # Input
 HEADERS += inc/glxcommandhandlerdelete.h
@@ -63,6 +65,8 @@
 HEADERS += inc/glxcommandhandlerremovefrom.h
 HEADERS += inc/glxcommandhandlerrename.h
 HEADERS += inc/glxcommondialogs.h
+HEADERS += inc/glxcommandhandlercomment.h
+
 
 SOURCES += src/glxcommandhandlerdelete.cpp
 SOURCES += src/glxcommandhandleraddtocontainer.cpp
@@ -72,6 +76,16 @@
 SOURCES += src/glxcommandhandlerremovefrom.cpp
 SOURCES += src/glxcommandhandlerrename.cpp
 SOURCES += src/glxcommondialogs.cpp
+SOURCES += src/glxcommandhandlercomment.cpp
 
 DEFINES += QT_NO_DEBUG_OUTPUT QT_NO_WARNING_OUTPUT
 
+defBlock = \      
+"$${LITERAL_HASH}if defined(EABI)" \
+"DEFFILE  ../eabi/glxcommoncommandhandlers.def" \
+	 "$${LITERAL_HASH}else" \
+	 "DEFFILE  ../bwins/glxcommoncommandhandlers.def" \
+             "$${LITERAL_HASH}endif"
+	
+MMP_RULES += defBlock
+