Skip to content

qt: fix Platform component #26524

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

wip

d9da3be
Select commit
Loading
Failed to load commit list.
Open

qt: fix Platform component #26524

wip
d9da3be
Select commit
Loading
Failed to load commit list.
Conan Center Build Service / Recipe linter succeeded May 8, 2025 in 0s

Linter reported no issues

Important

The linter is still undergoing testing by the team - for feedback, please submit an issue, thank you :) !

Pre-existing issues

The linter found some issues that were already present in the recipe. These are for information purposes only.

Click to expand
⚠️ Please do not address these in this PR - If there is a bug, please let the team know.

Warning (10 issues)

File Code Description
recipes/qt/6.x.x/conanfile.py (Ln: 319, Col: 69-80) conan-unsafe-attr-access Insecure access to option 'with_gssapi' which could have been deleted. Deletion conditions: 'Eq(self.settings.os, Windows)'. Usage conditions: 'Eq(self.settings.os, FreeBSD) or Eq(self.settings.os, Linux)'
recipes/qt/6.x.x/conanfile.py (Ln: 411, Col: 69-80) conan-unsafe-attr-access Insecure access to option 'with_gssapi' which could have been deleted. Deletion conditions: 'Eq(self.settings.os, Windows)'. Usage conditions: 'Eq(self.settings.os, FreeBSD) or Eq(self.settings.os, Linux)'
recipes/qt/6.x.x/conanfile.py (Ln: 1246, Col: 69-80) conan-unsafe-attr-access Insecure access to option 'with_gssapi' which could have been deleted. Deletion conditions: 'Eq(self.settings.os, Windows)'. Usage conditions: 'Eq(self.settings.os, FreeBSD) or Eq(self.settings.os, Linux)'
recipes/qt/6.x.x/conanfile.py (Ln: 1528, Col: 32-43) conan-unsafe-attr-access Insecure access to option 'with_gssapi' which could have been deleted. Deletion conditions: 'Eq(self.settings.os, Windows)'. Usage conditions: 'is_apple_os and not self.options.shared'
recipes/qt/6.x.x/conanfile.py (Ln: 364, Col: 28-40) conan-unsafe-attr-access Insecure access to option 'with_libjpeg' which could have been deleted. Deletion conditions: 'not self.options.gui'. Usage conditions: 'self.options.get_safe_with_libjpeg, False and not self.options.multiconfiguration'
recipes/qt/6.x.x/conanfile.py (Ln: 504, Col: 71-81) conan-unsafe-attr-access Insecure access to option 'build_type' which could have been deleted. Deletion conditions: 'self.options.multiconfiguration'. Usage conditions: 'unconditionally'
recipes/qt/6.x.x/conanfile.py (Ln: 632, Col: 61-71) conan-unsafe-attr-access Insecure access to option 'build_type' which could have been deleted. Deletion conditions: 'self.options.multiconfiguration'. Usage conditions: 'Eq(self.settings.compiler, gcc)'
recipes/qt/6.x.x/conanfile.py (Ln: 1016, Col: 25-35) conan-unsafe-attr-access Insecure access to option 'build_type' which could have been deleted. Deletion conditions: 'self.options.multiconfiguration'. Usage conditions: 'unconditionally'
recipes/qt/6.x.x/conanfile.py (Ln: 1095, Col: 25-35) conan-unsafe-attr-access Insecure access to option 'build_type' which could have been deleted. Deletion conditions: 'self.options.multiconfiguration'. Usage conditions: 'unconditionally'
recipes/qt/6.x.x/conanfile.py (Ln: 41-79, Col: 4-5) cci-missing-fpic-option Recipes which define shared option must define fPIC option

Error (1 issues)

File Code Description
recipes/qt/6.x.x/conanfile.py (Ln: 20, Col: 0-13) conan-missing-package-type Missing 'package_type' attribute