qt: Add Qt:: namespace alias for every module. #27421
+3
−0
Open
Conan Center Build Service / Recipe linter
succeeded
May 14, 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 (27 issues)
File Code Description recipes/qt/5.x.x/conanfile.py (Ln: 1024, Col: 22-27) conan-deprecated-attribute
Attribute names
is deprecated in conan v2recipes/qt/5.x.x/conanfile.py (Ln: 1025, Col: 22-27) conan-deprecated-attribute
Attribute names
is deprecated in conan v2recipes/qt/5.x.x/conanfile.py (Ln: 1033, Col: 48-61) conan-deprecated-attribute
Attribute build_modules
is deprecated in conan v2recipes/qt/5.x.x/conanfile.py (Ln: 1034, Col: 48-61) conan-deprecated-attribute
Attribute build_modules
is deprecated in conan v2recipes/qt/5.x.x/conanfile.py (Ln: 1063, Col: 52-57) conan-deprecated-attribute
Attribute names
is deprecated in conan v2recipes/qt/5.x.x/conanfile.py (Ln: 1064, Col: 52-57) conan-deprecated-attribute
Attribute names
is deprecated in conan v2recipes/qt/5.x.x/conanfile.py (Ln: 1088, Col: 52-57) conan-deprecated-attribute
Attribute names
is deprecated in conan v2recipes/qt/5.x.x/conanfile.py (Ln: 1089, Col: 52-57) conan-deprecated-attribute
Attribute names
is deprecated in conan v2recipes/qt/5.x.x/conanfile.py (Ln: 1125, Col: 52-57) conan-deprecated-attribute
Attribute names
is deprecated in conan v2recipes/qt/5.x.x/conanfile.py (Ln: 1126, Col: 52-57) conan-deprecated-attribute
Attribute names
is deprecated in conan v2recipes/qt/5.x.x/conanfile.py (Ln: 1290, Col: 59-64) conan-deprecated-attribute
Attribute names
is deprecated in conan v2recipes/qt/5.x.x/conanfile.py (Ln: 1291, Col: 59-64) conan-deprecated-attribute
Attribute names
is deprecated in conan v2recipes/qt/5.x.x/conanfile.py (Ln: 1304, Col: 56-61) conan-deprecated-attribute
Attribute names
is deprecated in conan v2recipes/qt/5.x.x/conanfile.py (Ln: 1305, Col: 56-61) conan-deprecated-attribute
Attribute names
is deprecated in conan v2recipes/qt/5.x.x/conanfile.py (Ln: 41-82, Col: 4-5) cci-missing-fpic-option
Recipes which define shared
option must definefPIC
optionrecipes/qt/5.x.x/conanfile.py (Ln: 983, Col: 8-34) dangerous-default-value
Dangerous default value [] as argument recipes/qt/5.x.x/conanfile.py (Ln: 1057, Col: 8-26) dangerous-default-value
Dangerous default value [] as argument 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, Linux) or Eq(self.settings.os, FreeBSD)' 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, Linux) or Eq(self.settings.os, FreeBSD)' recipes/qt/6.x.x/conanfile.py (Ln: 1209, 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, Linux) or Eq(self.settings.os, FreeBSD)' recipes/qt/6.x.x/conanfile.py (Ln: 1491, 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: 985, 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: 1054, 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 (2 issues)
File Code Description recipes/qt/5.x.x/conanfile.py (Ln: 1252, Col: 20-32) possibly-used-before-assignment
Possibly using variable 'xcb_qpa_reqs' before assignment recipes/qt/6.x.x/conanfile.py (Ln: 20, Col: 0-13) conan-missing-package-type
Missing 'package_type' attribute
Loading