changeset 48 | d0b4e67b3a60 |
parent 33 | 1ee2af37811f |
child 45 | 863223ea6961 |
--- a/ui/viewmanagement/statehandler/statehandler.pro Fri Jun 11 13:38:23 2010 +0300 +++ b/ui/viewmanagement/statehandler/statehandler.pro Wed Jun 23 18:12:48 2010 +0300 @@ -77,3 +77,13 @@ src/glxtnobserver.cpp DEFINES += QT_NO_DEBUG_OUTPUT QT_NO_WARNING_OUTPUT + +defBlock = \ +"$${LITERAL_HASH}if defined(EABI)" \ +"DEFFILE ../eabi/glxstatehandler.def" \ + "$${LITERAL_HASH}else" \ + "DEFFILE ../bwins/glxstatehandler.def" \ + "$${LITERAL_HASH}endif" + +MMP_RULES += defBlock +