- Added .ico support, which is really useful for RSS favicons. We use libMagick++ in order to convert ICO icons to PNG. If this library is not installed, qBittorrent will still compile but this feature will be disabled.

This commit is contained in:
Christophe Dumez 2007-08-29 09:22:21 +00:00
commit 99268bfc06
7 changed files with 170 additions and 2 deletions

View file

@ -14,6 +14,9 @@
<dep type='libcommoncpp2'>
<required/>
</dep>
<dep type='libmagick'>
<optional/>
</dep>
<dep type='python'>
<required/>
</dep>