Quantcast
Channel: Jobs
Viewing all articles
Browse latest Browse all 18427

#ifdef condition

$
0
0
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.

Viewing all articles
Browse latest Browse all 18427

Trending Articles