Skip to content

Change qt/openssl option to enabled (only) if building locally

The previous logic relied on qt4_enabled and qt5_enabled vars, but those get vars set after the qt cmake files are traversed. The new logic is still conditional, but now depends on the corresponding USE_SYSTEM_* variable to be off.

Merge request reports