I would like to restrict my application to portrait orientation. I was able to it in Qt 4.7.3 but was unable use the same code for Qt 4.6.3.
Is there any way to setOreintation in Qt 4.6.3
I would like to restrict my application to portrait orientation. I was able to
Share
You can use Symbian specific code to meet your requirement. Add the following code in your Main.cpp file:
Also the following LIBS in your pro file:
Refer this LINK for more details.