- use PKGCONFIG again for libtorrent in configure

This commit is contained in:
Christophe Dumez 2007-04-05 22:58:12 +00:00
commit 59c6f469a0
3 changed files with 4 additions and 4 deletions

View file

@ -56,7 +56,7 @@ public:
if(!found) return false;
conf->addLib(QString("-L") + s);
}
conf->addLib("-ltorrent");
//conf->addLib("-ltorrent");
return true;
}
};