Hi all,
I have two different DEFINEs in the .pro file and I need to say something like the following:
#ifdef DEFINE1 || DEFINE2
………………………
………………………
#endif
I have googled this issue and saw that people are solved it by using “#if defined” but it won’t work either. It doesn’t put any color on “defined” word. so I guess it doesn’t recognize it. How can I put or condition to #ifdef in qt?
Thanks.
↧