1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Projucer: Stop requiring JuceHeader to be included in projects

This commit is contained in:
reuk 2020-04-06 19:29:03 +01:00
parent ece5644a20
commit 2ca69e8f70
315 changed files with 1412 additions and 3459 deletions

View file

@ -391,6 +391,9 @@ Result PIPGenerator::setProjectSettings (ValueTree& jucerTree)
nullptr);
}
jucerTree.setProperty (Ids::useAppConfig, false, nullptr);
jucerTree.setProperty (Ids::addUsingNamespaceToJuceHeader, true, nullptr);
return Result::ok();
}