Remove Qt 5 support

This commit is contained in:
Volker Krause
2023-01-24 17:15:14 +01:00
parent 01ab0876f1
commit 4451737d2f
24 changed files with 17 additions and 224 deletions

View File

@ -5,7 +5,7 @@ include(ECMMarkAsTest)
macro(kimageformats_executable_tests)
foreach(_testname ${ARGN})
add_executable(${_testname} ${_testname}.cpp)
target_link_libraries(${_testname} Qt${QT_MAJOR_VERSION}::Gui)
target_link_libraries(${_testname} Qt6::Gui)
ecm_mark_as_test(${_testname})
endforeach(_testname)
endmacro()