mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 13:53:37 -07:00
Drop support of Qt 5
Also remove usage of some deprecated stuff. PR #19338.
This commit is contained in:
parent
5e610cfdcf
commit
dbe79484d2
55 changed files with 48 additions and 462 deletions
|
@ -1,8 +1,4 @@
|
|||
if (QT6)
|
||||
find_package(Qt6 REQUIRED COMPONENTS Test)
|
||||
else()
|
||||
find_package(Qt5 REQUIRED COMPONENTS Test)
|
||||
endif()
|
||||
find_package(Qt6 REQUIRED COMPONENTS Test)
|
||||
|
||||
enable_testing(true)
|
||||
add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND} --output-on-failure)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue