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