mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-06-27 17:09:53 -04:00
parent
e27cbab7ee
commit
599a2d0c93
1 changed files with 3 additions and 0 deletions
|
@ -47,6 +47,9 @@ find_package(Boost ${minBoostVersion} REQUIRED)
|
||||||
find_package(OpenSSL ${minOpenSSLVersion} REQUIRED)
|
find_package(OpenSSL ${minOpenSSLVersion} REQUIRED)
|
||||||
find_package(ZLIB ${minZlibVersion} REQUIRED)
|
find_package(ZLIB ${minZlibVersion} REQUIRED)
|
||||||
find_package(Qt6 ${minQt6Version} REQUIRED COMPONENTS Core Network Sql Xml LinguistTools)
|
find_package(Qt6 ${minQt6Version} REQUIRED COMPONENTS Core Network Sql Xml LinguistTools)
|
||||||
|
if (Qt6_FOUND AND (Qt6_VERSION VERSION_GREATER_EQUAL 6.10))
|
||||||
|
find_package(Qt6 ${minQt6Version} REQUIRED COMPONENTS CorePrivate)
|
||||||
|
endif()
|
||||||
if (DBUS)
|
if (DBUS)
|
||||||
find_package(Qt6 ${minQt6Version} REQUIRED COMPONENTS DBus)
|
find_package(Qt6 ${minQt6Version} REQUIRED COMPONENTS DBus)
|
||||||
set_package_properties(Qt6DBus PROPERTIES
|
set_package_properties(Qt6DBus PROPERTIES
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue