mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-27 02:20:05 +00:00
Moved dependency path key strings into better location (DependencyPath utility class)
This commit is contained in:
parent
518bb53260
commit
d9cd459032
6 changed files with 41 additions and 39 deletions
|
|
@ -12,6 +12,13 @@
|
|||
#include "jucer_DependencyPathPropertyComponent.h"
|
||||
#include "../Application/jucer_GlobalPreferences.h"
|
||||
|
||||
//==============================================================================
|
||||
const String DependencyPath::vst2KeyName = "vst2Path";
|
||||
const String DependencyPath::vst3KeyName = "vst3Path";
|
||||
const String DependencyPath::rtasKeyName = "rtasPath";
|
||||
const String DependencyPath::aaxKeyName = "aaxPath";
|
||||
const String DependencyPath::androidSdkKeyName = "androidSdkPath";
|
||||
const String DependencyPath::androidNdkKeyName = "androidNdkPath";
|
||||
|
||||
//==============================================================================
|
||||
DependencyPathPropertyComponent::DependencyPathPropertyComponent (const Value& value,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue