Skip to content

Commit a78fdf5

Browse files
authored
refs #13133 - specify the version in which Qt 5 support will be removed (danmar#7335)
1 parent 9c9d08e commit a78fdf5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cmake/findDependencies.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if(BUILD_GUI)
2424
set(DISABLE_CRTDBG_MAP_ALLOC ON)
2525
endif()
2626
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")
27+
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")
2828
find_package(Qt5 COMPONENTS ${qt_components} REQUIRED)
2929
set(QT_VERSION "${Qt5Core_VERSION_STRING}")
3030
endif()

releasenotes.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Changed interface:
1313
-
1414

1515
Deprecations:
16+
- Support for building with Qt 5 will be removed in Cppcheck 2.19.
1617
-
1718

1819
Other:

0 commit comments

Comments
 (0)