Hi!

I need to define different variables if the project is built with Qt.
How could i define for example:

#ifdef QtBuild

......
.....

#else

.........

#endif

Thanks for the help.