Hi

I wonder if there is a compiler switch to know if Qt is Qt is running in a Desktop environment like Win32, OS-X etc. I am developing an app that should run on Win32 / Windows Mobile and Symbian and in some scenarios I want to do showMaximized on a QDialog when in Windows Mobile or Symbian but not when the application is running on Win32. The rest of the code will be the same for all platforms, only how my derived QDialog is shown