mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-22 17:26:21 +03:00
2fd0de082c
- Used downloadThread in search plugin update instead of libcurl (no more gui freeze by the same occasion) - Still need to handle download from urls errors and use fallback url in search plugin update (before beta2)
20 lines
347 B
Text
20 lines
347 B
Text
<qconf>
|
|
<name>qbittorrent</name>
|
|
<profile>qbittorrent.pro</profile>
|
|
<moddir>qcm</moddir>
|
|
<dep type='qt42'>
|
|
<required/>
|
|
</dep>
|
|
<dep type='libtorrent'>
|
|
<required/>
|
|
</dep>
|
|
<dep type='libboost'>
|
|
<required/>
|
|
</dep>
|
|
<dep type='libcommoncpp2'>
|
|
<required/>
|
|
</dep>
|
|
<dep type='python'>
|
|
<required/>
|
|
</dep>
|
|
</qconf>
|