[DO-1345] fix build for linux (!19)

Co-authored-by: aleksandr.vodyanov <aleksandr.vodyanov@avroid.tech>
Reviewed-on: https://git.avroid.tech/Conan/conan_build/pulls/19
This commit is contained in:
Aleksandr Vodyanov
2025-03-05 18:20:56 +03:00
parent d0bb8ff38d
commit ed400deb22

View File

@@ -86,7 +86,7 @@ class QtConan(ConanFile):
default_options = { default_options = {
"shared": False, "shared": False,
"commercial": False, "commercial": False,
"opengl": "dynamic", "opengl": "desktop",
"with_vulkan": False, "with_vulkan": False,
"openssl": True, "openssl": True,
"with_pcre2": True, "with_pcre2": True,