Skip to content

Commit e775c55

Browse files
authored
announced removal of qmake support [skip ci] (#6744)
1 parent 9b559d8 commit e775c55

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

gui/gui.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
lessThan(QT_MAJOR_VERSION, 5): error(requires >= Qt 5 (You used: $$QT_VERSION))
22
greaterThan(QT_MAJOR_VERSION, 5): error(Qt 6 is not supported via qmake - please use CMake instead)
33

4-
message("Building the GUI via qmake is deprecated and will be removed in a future release. Please use CMake instead.")
4+
message("Building the GUI via qmake is deprecated and will be removed in Cppcheck 2.16. Please use CMake instead.")
55

66
TEMPLATE = app
77
TARGET = cppcheck-gui

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ cmake --build . --config RelWithDebInfo
9797

9898
### qmake
9999

100-
NOTE: This has been deprecated and will be removed in a future version. Please use CMake instead.
100+
NOTE: This has been deprecated and will be removed in Cppcheck 2.16. Please use CMake instead.
101101

102102
You can use the gui/gui.pro file to build the GUI.
103103

releasenotes.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Release Notes for Cppcheck 2.15
22

33
New checks:
44
- suspiciousFloatingPointCast flags unnecessary floating point casts that cause loss of precision
5+
-
56

67
Improved checking:
78
-
@@ -14,10 +15,12 @@ Changed interface:
1415

1516
Deprecations:
1617
- Support for Python 2.7 has been deprecated (it went EOL in January 2020) and will be removed in Cppcheck 2.16 - please use Python 3.x instead.
18+
- The already deprecated support for qmake will be removed in Cppcheck 2.16 - please use CMake instead.
1719
-
1820

1921
Other:
2022
- Add support for 'CLICOLOR_FORCE'/'NO_COLOR' environment variables to force/disable ANSI color output for diagnostics.
2123
- Added command-line option `--cpp-header-probe` (and `--no-cpp-header-probe`) to probe headers and extension-less files for Emacs marker (see https://trac.cppcheck.net/ticket/10692 for more details)
2224
- Add "remark comments" that can be used to generate reports with justifications for warnings
2325
- The whole program analysis is now being executed when "--project" is being used.
26+
-

0 commit comments

Comments
 (0)