PluginDependencyFlags

class PluginDependencyFlags

Flags used in connection with add_dependency().

Fields

class PluginDependencyFlags
FILE_NAME_IS_PREFIX

Interpret filename argument as filter prefix and check all matching files in the directory. Since: 1.8.

FILE_NAME_IS_SUFFIX

Interpret filename argument as filter suffix and check all matching files in the directory

NONE

No special flags

PATHS_ARE_DEFAULT_ONLY

Use paths argument only if none of the environment variables is set

PATHS_ARE_RELATIVE_TO_EXE

Interpret non-absolute paths as relative to the main executable directory. Since 1.14.

RECURSE

Recurse into subdirectories