1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 07:18:08 +00:00

- use PKGCONFIG again for libtorrent in configure

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

2
configure vendored
View File

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

View File

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

View File

@ -28,8 +28,8 @@ contains(DEBUG_MODE, 0){
QMAKE_CXXFLAGS_RELEASE += -fwrapv QMAKE_CXXFLAGS_RELEASE += -fwrapv
QMAKE_CXXFLAGS_DEBUG += -fwrapv QMAKE_CXXFLAGS_DEBUG += -fwrapv
#LIBS += -lcurl -lupnp #LIBS += -lcurl -lupnp
#CONFIG += link_pkgconfig CONFIG += link_pkgconfig
#PKGCONFIG += libtorrent PKGCONFIG += libtorrent
QT += network xml QT += network xml
DEFINES += QT_NO_CAST_TO_ASCII DEFINES += QT_NO_CAST_TO_ASCII