Open brobeson opened 6 years ago
I get this error:
ERROR: Feature 'openssl' was enabled, but the pre-condition '!features.securetransport && (features.openssl-linked || libs.openssl_headers)' failed.
This occurs on Kubuntu 18.04, and CentOS 7.4. The solution is to remove -openssl from the QT5_CONFIGURE variable. See projects/qt5.cmake:42
-openssl
QT5_CONFIGURE
I get this error:
This occurs on Kubuntu 18.04, and CentOS 7.4. The solution is to remove
-openssl
from theQT5_CONFIGURE
variable. See projects/qt5.cmake:42