mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 18:47:37 -07:00
- FEATURE: Added zip support in search plugins manager (can put .py & .png inside)
This commit is contained in:
parent
d86335a58e
commit
69fa916e26
9 changed files with 432 additions and 110 deletions
|
@ -69,6 +69,7 @@ public:
|
|||
magickConfig.waitForStarted();
|
||||
magickConfig.waitForFinished();
|
||||
QByteArray result = magickConfig.readAll();
|
||||
result = result.replace("\n", "");
|
||||
conf->addLib(result.data());
|
||||
conf->addDefine("HAVE_MAGICK");
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue