mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-26 02:14:22 +00:00
Projucer: Added default module search paths to the Projucer
This commit is contained in:
parent
f1e98f54ed
commit
26596fbfad
41 changed files with 1624 additions and 928 deletions
|
|
@ -519,9 +519,7 @@ private:
|
|||
paths.addArray (getSearchPathsFromString (ProjectProperties::getSystemHeaderPathString (project)));
|
||||
|
||||
if (project.getProjectType().isAudioPlugin())
|
||||
{
|
||||
paths.add (getAppSettings().getGlobalPath (Ids::vst3Path, TargetOS::getThisOS()).toString());
|
||||
}
|
||||
paths.add (getAppSettings().getStoredPath (Ids::vst3Path).toString());
|
||||
|
||||
OwnedArray<LibraryModule> modules;
|
||||
project.getModules().createRequiredModules (modules);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue