ui/commandhandlers/commandhandlerbase/commandhandlerbase.pro
changeset 44 aa2fa096cbfb
parent 40 112f0ac2d1f0
child 45 863223ea6961
--- a/ui/commandhandlers/commandhandlerbase/commandhandlerbase.pro	Fri May 28 21:11:54 2010 +0530
+++ b/ui/commandhandlers/commandhandlerbase/commandhandlerbase.pro	Fri Jun 11 17:53:15 2010 +0530
@@ -47,6 +47,7 @@
 TARGET.EPOCALLOWDLLDATA = 1
 }
 
+
 # Input
 HEADERS += inc/glxcommandhandler.h
 HEADERS += inc/glxmpxcommandhandler.h
@@ -57,3 +58,12 @@
 SOURCES += src/glxmodelcommandhandler.cpp
 
 DEFINES += QT_NO_DEBUG_OUTPUT QT_NO_WARNING_OUTPUT
+
+defBlock = \      
+"$${LITERAL_HASH}if defined(EABI)" \
+"DEFFILE  ../eabi/glxcommandhandlerbase.def" \
+	 "$${LITERAL_HASH}else" \
+	 "DEFFILE  ../bwins/glxcommandhandlerbase.def" \
+             "$${LITERAL_HASH}endif"
+	
+MMP_RULES += defBlock