Hello,

I need to rotate my QT application 90 degrees. I have tried downloading the QT source and using the following option with configure
./configure -qt-gfx-transformed

I get an error of invalid command line switch. From my research reading they say performing this option will enable rotation of a QT application.
Does anyone know how to rotate a QT application?

Thanks in advance.