|
|
|
@@ -319,9 +319,9 @@ private: |
|
|
|
vendorValue { pipTree, Ids::vendor, nullptr },
|
|
|
|
websiteValue { pipTree, Ids::website, nullptr },
|
|
|
|
descriptionValue { pipTree, Ids::description, nullptr },
|
|
|
|
dependenciesValue { pipTree, Ids::dependencies_, nullptr, getModulesRequiredForComponent() },
|
|
|
|
dependenciesValue { pipTree, Ids::dependencies_, nullptr, getModulesRequiredForComponent(), "," },
|
|
|
|
exportersValue { pipTree, Ids::exporters, nullptr,
|
|
|
|
StringArray (ProjectExporter::getValueTreeNameForExporter (ProjectExporter::getCurrentPlatformExporterName()).toLowerCase()) },
|
|
|
|
StringArray (ProjectExporter::getValueTreeNameForExporter (ProjectExporter::getCurrentPlatformExporterName()).toLowerCase()), "," },
|
|
|
|
moduleFlagsValue { pipTree, Ids::moduleFlags, nullptr },
|
|
|
|
definesValue { pipTree, Ids::defines, nullptr },
|
|
|
|
typeValue { pipTree, Ids::type, nullptr, "Component" },
|
|
|
|
|