8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 ?
The text was updated successfully, but these errors were encountered:
Hi. I am late sorry
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.
If you need SSL libs only as plugins for QNetwork, you must mark these libs as manual dependencies
cqtdeployer -extraDepends libssl.so
name of an extra dependence library should be fully matched with physical file
you can learn more in other similar issues
Sorry, something went wrong.
EndrII
No branches or pull requests
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 ?
The text was updated successfully, but these errors were encountered: