- Patch from Cristian Greco to fix compilation against libtorrent 0.13.1. Big changes were made recently in libtorrent to allow integration in Debian.

This commit is contained in:
Christophe Dumez 2008-07-02 15:06:22 +00:00
commit c9631c2a3f
4 changed files with 19 additions and 87 deletions

View file

@ -81,7 +81,7 @@ QMAKE_CXXFLAGS_RELEASE += -fwrapv -O2
QMAKE_CXXFLAGS_DEBUG += -fwrapv -O1
CONFIG += link_pkgconfig
PKGCONFIG += "libtorrent libcurl"
PKGCONFIG += "libtorrent-rasterbar libcurl"
!contains(DEFINES, HAVE_MAGICK){
message(ImageMagick disabled)