From ed400deb22ef910d9bcf609ea52ab2e07cb86c7f Mon Sep 17 00:00:00 2001 From: Aleksandr Vodyanov Date: Wed, 5 Mar 2025 18:20:56 +0300 Subject: [PATCH] [DO-1345] fix build for linux (!19) Co-authored-by: aleksandr.vodyanov Reviewed-on: https://git.avroid.tech/Conan/conan_build/pulls/19 --- recipes/qt/5.x.x/conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/qt/5.x.x/conanfile.py b/recipes/qt/5.x.x/conanfile.py index 0e04721..ad4eea1 100644 --- a/recipes/qt/5.x.x/conanfile.py +++ b/recipes/qt/5.x.x/conanfile.py @@ -86,7 +86,7 @@ class QtConan(ConanFile): default_options = { "shared": False, "commercial": False, - "opengl": "dynamic", + "opengl": "desktop", "with_vulkan": False, "openssl": True, "with_pcre2": True,