Details
-
Bug
-
Resolution: Invalid
-
P1: Critical
-
None
-
6.2.0 RC, 6.2.0
-
None
-
Windows 10 pro for Workstations 21H1 19043.1237
Description
When trying to build Qt 6.2.0 RC for Android (cross compile) on Windows 10 21H1, setting -openssl-runtime or -openssl-linked and -DOPENSSL_ROOT_DIR, -DOPENSSL_INCLUDE_DIR, etc doesn't work: the build system can't detect OpenSSL (1.1.1l).
As you can see from "result.txt", it's like those variables are not set, because at some point it complains about:
-- Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY OPENSSL_INCLUDE_DIR)
-- Could NOT find WrapOpenSSLHeaders (missing: OPENSSL_INCLUDE_DIR)