before we can use some macros such as __WINSCW__ in code to differ simulator and real device code, I am using new sdk (Nokia Qt SDK 1.0 beta) now, and how can I do that as before? Is there any new macros to do that?
example:
#ifdef somemarco
....... //some code only can work in real device compilation.
#endif
Thank you ~




