Skip to content

fix ext_qt ssl handling and asan option on linux

Simon Ra requested to merge simonra/krita-deps-management:ext_qt_ssl_asan into master

on a system without openssl, ext_qt did not find our openssl, and I suspect we used the system openssl when available instead. lack of pkgconfig relocatability is not related to this, best as i can tell qt never even looks at it even if you pass -pkg-config.

also fixes what can only have been an error around the asan option.

Merge request reports