1
0
Fork 0
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:
Timur Doumler 2015-08-13 11:08:03 +01:00
parent 518bb53260
commit d9cd459032
6 changed files with 41 additions and 39 deletions

View file

@ -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,