- Use PKGConfig again to configure libtorrent

This commit is contained in:
Christophe Dumez
2007-04-05 23:00:41 +00:00
parent cb08280180
commit 676d6764b9
5 changed files with 8 additions and 7 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;
}
};