How to know if your component is running in Projucer?

Hi JUCErs,

I want to have some data hardcoded for running components in the Projucer (how is this called btw? “Live edit”?), so I need to know if the component is running there. I suppose there is some defined macro that I can use?

Cheers,
Nikolay

You can use the JUCE_PROJUCER_LIVE_BUILD maco.

1 Like

Thanks @fabian.