Skip to content

Commit

Permalink
qt6: enable clang builds
Browse files Browse the repository at this point in the history
fixes #21698
  • Loading branch information
ericLemanissier authored Dec 21, 2023
1 parent ee18955 commit f23eb8b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions recipes/qt/6.x.x/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,6 @@ def validate(self):
if Version(self.version) >= "6.6.1" and self.settings.compiler == "apple-clang" and Version(self.settings.compiler.version) < "13.1":
raise ConanInvalidConfiguration("apple-clang >= 13.1 is required by qt >= 6.6.1 cf QTBUG-119490")

if self.settings.compiler == "clang" and "libstdc++" in str(self.settings.compiler.libcxx):
raise ConanInvalidConfiguration("Qt needs recent libstdc++, with charconv. please switch to gcc, or to libc++")

if self.settings.os == "Macos" and self.dependencies["double-conversion"].options.shared:
raise ConanInvalidConfiguration("Test recipe fails because of Macos' SIP. Contributions are welcome.")

Expand Down

0 comments on commit f23eb8b

Please sign in to comment.