[Qt-creator] PAGED to UNPAGED conversion

André Pönitz andre.poenitz at nokia.com
Fri Mar 11 18:54:36 CET 2011


On Friday 11 March 2011 07:14:20 ext veeranjaneyulu.toka at nokia.com wrote:
>         Sorry I think I got it. It should be done like below
> 
> debug {
>      MMP_RULES -= PAGED
>      MMP_RULES *= UNPAGED
> }

Or something like

symbian {
CONFIG(debug,debug|release) {
      MMP_RULES -= PAGED
      MMP_RULES *= UNPAGED
}
}

Andre'



More information about the Qt-creator-old mailing list