qt: fix Platform component #26524
Open
qt: fix Platform component #26524
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
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 definefPIC
optionError (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
Loading