mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer: Use exporter name, rather than build folder name, to locate pre-built libraries
This commit is contained in:
parent
3f17cc7b2e
commit
8c9c3c3ca9
9 changed files with 34 additions and 7 deletions
|
|
@ -76,6 +76,8 @@ public:
|
|||
static String getValueTreeTypeName() { return "ANDROIDSTUDIO"; }
|
||||
static String getTargetFolderName() { return "Android"; }
|
||||
|
||||
Identifier getExporterIdentifier() const override { return getValueTreeTypeName(); }
|
||||
|
||||
static const char* getDefaultActivityClass() { return "com.rmsl.juce.JuceActivity"; }
|
||||
static const char* getDefaultApplicationClass() { return "com.rmsl.juce.JuceApp"; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue