#ifdef Q_WS_MAEMO_5
w.setAttribute(Qt::WA_Maemo5AutoOrientation, true);
#endif
but this doesn't work for me.
Best regards and thanks for tips
Andreas Enabling auto-rotation
Hello,
when testing my application on the ExoPC with MeeGo, it ignores display rotations that do work in other applications.
How to enable automatic display rotation for my application?
In the internet I found e. g.




