Hi,
I need some help to make condition of compilation.
I have an application which I'm testing on the device and on simulator.
I want to use some function if I use the device and others function if I use the simulator.
I never do this before so I'm lost. I'm using QtCreator 1.3.85.
For examples I want to do something like this :
#ifndef SIMULATOR
call simulator function
else
call device function
#endif
if someone can help me please.




