fix: opening torrent opens in an new tr instance (#7629) (#7841)

This commit is contained in:
Elek, David
2025-12-28 22:50:45 +01:00
committed by GitHub
parent 8beb761a3f
commit 6392f0c306
2 changed files with 3 additions and 5 deletions

View File

@@ -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()

View File

@@ -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