Skip to content

Commit f66eee4

Browse files
committed
deprecated qmake build system
1 parent 95467cb commit f66eee4

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

gui/gui.pro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
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.")
5+
46
TEMPLATE = app
57
TARGET = cppcheck-gui
68
CONFIG += warn_on debug

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ cmake --build . --config RelWithDebInfo
8686

8787
### qmake
8888

89+
NOTE: This has been deprecated and will be removed in a future version. Please use CMake instead.
90+
8991
You can use the gui/gui.pro file to build the GUI.
9092

9193
```shell

releasenotes.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,8 @@ GUI:
88

99
Changed interface:
1010

11+
Deprecations:
12+
- The qmake build system has been deprecated and will be removed in a future version.
13+
1114
Other:
1215
- "USE_QT6=On" will no longer fallback to Qt5 when Qt6 is not found.

0 commit comments

Comments
 (0)