qBittorrent/qbittorrent.qc
Christophe Dumez 2fd0de082c - Updated configure file to check for libcommoncpp2 instead of libcurl
- 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)
2007-07-20 17:11:02 +00:00

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>