We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c9d08e commit a78fdf5Copy full SHA for a78fdf5
cmake/findDependencies.cmake
@@ -24,7 +24,7 @@ if(BUILD_GUI)
24
set(DISABLE_CRTDBG_MAP_ALLOC ON)
25
endif()
26
else()
27
- message(WARNING "Building with Qt5 is deprecated (it went EOL in May 2023) and will be removed in a future release - please use Qt6 instead")
+ message(WARNING "Building with Qt5 is deprecated (it went EOL in May 2023) and will be removed in Cppcheck 2.19 - please use Qt6 instead")
28
find_package(Qt5 COMPONENTS ${qt_components} REQUIRED)
29
set(QT_VERSION "${Qt5Core_VERSION_STRING}")
30
releasenotes.txt
@@ -13,6 +13,7 @@ Changed interface:
13
-
14
15
Deprecations:
16
+- Support for building with Qt 5 will be removed in Cppcheck 2.19.
17
18
19
Other:
0 commit comments