1 year ago
#276623
Horst
Build Qt 5.15.2 by Conan and without OpenSSL
I'm trying to build Qt 5.15.2 by Conan without OpenSSL. I haven't succeeded so far to suppress that OpenSSL is built with. I tried several combinations of options etc.
The command line is as following:
conan install qt/5.15.2@ --build --profile gcc103 -o qt:openssl=False -o openssl=False
My conanfile.txt looks like following:
[requires]
qt/5.15.2@
[settings]
compiler=gcc
build_type=Release
[generators]
cmake
[options]
*:shared=True
qt:openssl=False
Does anybody know to to solve it?
Thanks.
qt
openssl
conan
0 Answers
Your Answer