mirror of
https://github.com/transmission/transmission.git
synced 2026-02-14 23:19:34 +00:00
@@ -448,16 +448,14 @@ if(ENABLE_QT)
|
||||
endif()
|
||||
endforeach()
|
||||
|
||||
if(Qt${Qt_VERSION_MAJOR}AxContainer_FOUND AND Qt${Qt_VERSION_MAJOR}AxServer_FOUND)
|
||||
if(WIN32 AND Qt${Qt_VERSION_MAJOR}AxContainer_FOUND AND Qt${Qt_VERSION_MAJOR}AxServer_FOUND)
|
||||
set(ENABLE_QT_COM_INTEROP ON)
|
||||
|
||||
find_program(MIDL_EXECUTABLE midl)
|
||||
if(NOT MIDL_EXECUTABLE)
|
||||
set(ENABLE_QT_COM_INTEROP OFF)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(Qt${Qt_VERSION_MAJOR}DBus_FOUND)
|
||||
elseif(NOT WIN32 AND Qt${Qt_VERSION_MAJOR}DBus_FOUND)
|
||||
set(ENABLE_QT_DBUS_INTEROP ON)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
@@ -197,7 +197,7 @@ vcpkg install curl zlib openssl
|
||||
|
||||
Additional dependencies for the Qt client:
|
||||
```bat
|
||||
vcpkg install qtsvg qttools
|
||||
vcpkg install qtactiveqt qtsvg qttools
|
||||
```
|
||||
|
||||
### Get Transmission source
|
||||
|
||||
Reference in New Issue
Block a user