mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-23 09:47:08 +03:00
a597f067e2
- Fixed some typos in engineSelect - Made search engine plugin install more reliable - Added some comments
22 lines
387 B
Text
22 lines
387 B
Text
<qconf>
|
|
<name>qbittorrent</name>
|
|
<profile>qbittorrent.pro</profile>
|
|
<moddir>qcm</moddir>
|
|
<datadir/>
|
|
<dep type='qt42'>
|
|
<required/>
|
|
</dep>
|
|
<dep type='libtorrent'>
|
|
<required/>
|
|
</dep>
|
|
<dep type='libboost'>
|
|
<required/>
|
|
</dep>
|
|
<dep type='libcommoncpp2'>
|
|
<required/>
|
|
</dep>
|
|
<dep type='libmagick'/>
|
|
<dep type='python'>
|
|
<required/>
|
|
</dep>
|
|
</qconf>
|