File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed
Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 11lessThan(QT_MAJOR_VERSION, 5): error (requires >= Qt 5 (You used: $$QT_VERSION ))
22greaterThan(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+
46TEMPLATE = app
57TARGET = cppcheck-gui
68CONFIG += warn_on debug
Original file line number Diff line number Diff 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+
8991You can use the gui/gui.pro file to build the GUI.
9092
9193``` shell
Original file line number Diff line number Diff line change 88
99Changed interface:
1010
11+ Deprecations:
12+ - The qmake build system has been deprecated and will be removed in a future version.
13+
1114Other:
1215- "USE_QT6=On" will no longer fallback to Qt5 when Qt6 is not found.
You can’t perform that action at this time.
0 commit comments