8000 Options for adding LIBS · Issue #832 · QuasarApp/CQtDeployer · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Options for adding LIBS #832

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

8000
Open
ienecode opened this issue Apr 15, 2025 · 1 comment
Open

Options for adding LIBS #832

ienecode opened this issue Apr 15, 2025 · 1 comment
Assignees
Labels
question Further information is requested
Milestone

Comments

@ienecode
Copy link

Hi, I do nto have any idea why CQtDeployer do not generate files from below libs:

LIBS += -L/opt/openssl-1.1.1q -lcrypto
LIBS += -L/opt/openssl-1.1.1q -lssl

wich are added in*.pro file in my project.

How should look option in cqtdeployer command ?

@ienecode ienecode changed the title Option for LIBS Options for LIBS Apr 15, 2025
@ienecode ienecode changed the title Options for LIBS Options for adding LIBS Apr 15, 2025
@EndrII
Copy link
Member
EndrII commented Apr 21, 2025

Hi. I am late sorry

if you use ssl manually

Yes, you can just force to add ssl libraries

cqtdeployer -extraLibs "ssl,crypto"

But it will work only if you use ssl libraries in your code.

SSL as plugin of QNetwork

If you need SSL libs only as plugins for QNetwork, you must mark these libs as manual dependencies

cqtdeployer -extraDepends libssl.so

Note:

name of an extra dependence library should be fully matched with physical file

you can learn more in other similar issues

@EndrII EndrII self-assigned this Apr 21, 2025
@EndrII EndrII added the question Further information is requested label Apr 21, 2025
@EndrII EndrII added this to the v1.6 milestone Apr 21, 2025
@EndrII EndrII moved this to Todo in CQtDeployer Apr 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
Status: Todo
Development

No branches or pull requests

2 participants
0