Skip to content

Commit

Permalink
Update recipes/qt/6.x.x/conanfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jcar87 authored May 21, 2024
1 parent 3b5aef4 commit d9704ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/qt/6.x.x/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class QtConan(ConanFile):
"sysroot": None,
"multiconfiguration": False,
"disabled_features": "",
"essential_modules": True
"essential_modules": False
}
default_options.update({f"{status}_modules": False for status in _module_statuses if status != "essential"})

Expand Down

0 comments on commit d9704ab

Please sign in to comment.