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

Introjucer: added option to provide some custom Plist XML which overrides the introjucer's settings. Cleaned up some internal introjucer property handling.

This commit is contained in:
jules 2012-02-08 15:15:06 +00:00
parent daa4d832b4
commit 10a388a9e8
15 changed files with 243 additions and 202 deletions

View file

@ -516,7 +516,7 @@ void LibraryModule::prepareExporter (ProjectExporter& exporter, ProjectSaver& pr
}
}
void LibraryModule::createPropertyEditors (const ProjectExporter& exporter, Array <PropertyComponent*>& props) const
void LibraryModule::createPropertyEditors (const ProjectExporter& exporter, PropertyListBuilder& props) const
{
if (isVSTPluginHost (exporter.getProject()))
VSTHelpers::createVSTPathEditor (exporter, props);