mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-13 00:04:19 +00:00
Introjucer: added a warning if you have a plugin project but don't enable the juce_audio_plugin_client module.
This commit is contained in:
parent
5e39e9944a
commit
fd919e577c
3 changed files with 18 additions and 29 deletions
|
|
@ -430,6 +430,9 @@ public:
|
|||
"This may create problems if some modules expect to share the same parent folder, so you may "
|
||||
"want to make sure that they are all either copied or not.";
|
||||
|
||||
if (project.isAudioPluginModuleMissing())
|
||||
newName = "Warning! Your project is an audio plugin, but you haven't enabled the 'juce_audio_plugin_client' module!";
|
||||
|
||||
if (newName != getName())
|
||||
{
|
||||
setName (newName);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue