mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 06:01:33 -06:00
committed by
GitHub
parent
e27cbab7ee
commit
599a2d0c93
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user