Some work about adaptive color scheme for Web UI (PR #19901) http://[316:c51a:62a3:8b9::4]/d4708/qBittorrent/src/branch/adaptive-webui
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Vladimir Golovnev (Glassez) 191cdc2849 Move utilities to core/utils folder. 10 years ago
..
README Change project directory structure. 10 years ago
geoip.pri Removing the confusion caused by moving GeoIP code/.dat to a different directory 10 years ago
geoip.qrc Change project directory structure. 10 years ago
geoipmanager.cpp Move utilities to core/utils folder. 10 years ago
geoipmanager.h Redesign main core classes. 10 years ago

README

If you wish to embed GeoIP database into qBittorrent executable, please download put GeoIP.dat in this folder.

GeoIP Database can be downloaded from here:
* http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
Note that the database should be uncompressed.

Embedding GeoIP database into qBittorrent executable is advised for:
* Windows
* Mac OS X
* Linux distributions that don't provide GeoIP database in a separate package

On Linux operating system, since this is not the default behavior, you also need to pass --with-geoip-database-embedded parameter to the configure file.