FindThirdPartyUsers¶
- MacroModule¶
author
package
definition
see also
keywords
Purpose¶
This module finds C++ projects and modules that depend on a given (third-party) library.
Usage¶
Enter the library name (Dependency to Search) and press Update.
Details¶
CONFIG-lines in project files (ending with .pro) and associated dependency files (dependencies.pri) are searched in, as are library tags in module deployment sections. Note that library names are case-sensitive.
Windows¶
Default Panel¶
Output Fields¶
outDependentEntities¶
- name: outDependentEntities, type: MLBase¶
A Dependency object with dependent modules and libraries.
Parameter Fields¶
Visible Fields¶
Dependency to Search¶
- name: inDependencyToSearch, type: String¶
Dependency to search for. Note that the name is case-sensitive
Update¶
- name: update, type: Trigger¶
Trigger to search for third-party-dependent projects and modules.