QL: recognize dependecies of the form: libraryPathDependencies: library-name

This commit is contained in:
Erik Krogh Kristensen
2022-01-06 23:35:28 +01:00
parent d5682f157a
commit 9afd360731

View File

@@ -2460,6 +2460,9 @@ module YAML {
name = entry.getListItem().getValue().getValue().trim() and
version = "\"*\""
)
or
name = getProperty("libraryPathDependencies") and
version = "\"*\""
}
/** Gets the database scheme of this qlpack */