Implement new GeoIPManager class.

This commit is contained in:
Vladimir Golovnev (Glassez) 2015-05-18 17:02:48 +03:00
commit 79976fbfce
28 changed files with 1228 additions and 401 deletions

View file

@ -91,10 +91,3 @@ nogui:systemd {
# INSTALL
target.path = $$PREFIX/bin/
INSTALLS += target
!nogui {
# DEFINE added by configure
contains(DEFINES, WITH_GEOIP_EMBEDDED) {
message("You chose to embed GeoIP database in qBittorrent executable.")
}
}