Summary: | Implement a check to look for QT_VERSION_CHECK calls below a certain version | ||
---|---|---|---|
Product: | [Developer tools] clazy | Reporter: | martonmiklos <martonmiklosqdev> |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | REPORTED --- | ||
Severity: | wishlist | CC: | smartins |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | All | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
martonmiklos
2020-06-21 10:40:07 UTC
Sounds overkill in clazy, I would just grep for QT_VERSION_CHECK after bumping the required Qt version (In reply to Sergio Martins from comment #1) > Sounds overkill in clazy, I would just grep for QT_VERSION_CHECK after > bumping the required Qt version Well my goal was adding this check to my CI processes. Handling version numbers properly with grep might be a bit tricky. |