[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:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user