(GUI App only) Remove Uneeded Dependencies

When I use projucer it adds lots of dependencies that I don’t need. I just want to use the GUI kit without the Audio libraries. Is there a way to remove all the unwanted stuff ?

Do you mean the JUCE modules? You can remove them in the Projucer by right-clicking and selecting “Remove this module”. You’ll need to re-save the project for the changes to take effect.

brilliant thankyou!