Hey, I'm coding two seperate programs atm - a game, and the game's map editor.
The game I'm coding in SFML, but the editor I'm coding in QT. I wish to keep the common portions of both, unbiased to the API.

So: What is the #define that lets me know if QT is being used?

I can do #ifdef SFML... but what's QT's define?

Thanks.