Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the extraDepends option #760

Merged
merged 5 commits into from
Jun 18, 2023
Merged

Add the extraDepends option #760

merged 5 commits into from
Jun 18, 2023

Conversation

EndrII
Copy link
Member

@EndrII EndrII commented Jun 15, 2023

Work progress:

  • add full implementation
  • add documentation
  • add tests

Bugs

  • not work scanner for the added depends

Short option description:

Adds extra dependencies for package, if package is skipped, then for default package.

Sometimes we need to add into project one library that included in project only after run application. For example, libssl for Qt plugins.

Example:

cqtdeployer -extraDepends libssl.so 
cqtdeployer  -targetPackage  -extraDepends myExecutable;libssl.so

this commit contains only base implementation (this is still not work correctly)
@EndrII EndrII self-assigned this Jun 15, 2023
@EndrII EndrII changed the title extraDepends option Add the extraDepends option Jun 15, 2023
src/Deploy/src/extracter.cpp Outdated Show resolved Hide resolved
@EndrII EndrII added this to the v1.6 milestone Jun 18, 2023
@EndrII EndrII added the Enhancement New feature or request label Jun 18, 2023
src/Deploy/src/deploycore.cpp Outdated Show resolved Hide resolved
md/en/Options.md Outdated Show resolved Hide resolved
@EndrII EndrII enabled auto-merge June 18, 2023 15:49
@EndrII EndrII disabled auto-merge June 18, 2023 15:54
@EndrII EndrII merged commit ce62467 into main Jun 18, 2023
@EndrII EndrII deleted the extraDepends_option branch September 10, 2023 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants