diff -r 6481344a6d67 -r d0b4e67b3a60 ui/commandhandlers/commandhandlerbase/commandhandlerbase.pro --- a/ui/commandhandlers/commandhandlerbase/commandhandlerbase.pro Fri Jun 11 13:38:23 2010 +0300 +++ b/ui/commandhandlers/commandhandlerbase/commandhandlerbase.pro Wed Jun 23 18:12:48 2010 +0300 @@ -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