1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-27 23:14:31 +00:00

- Prepare to use geoip database locally

This commit is contained in:
Christophe Dumez 2009-11-15 19:08:20 +00:00
parent e9350e66f0
commit cb32ed97a8
4 changed files with 10 additions and 1 deletions

7
src/geoip.qrc Normal file
View File

@ -0,0 +1,7 @@
<!DOCTYPE RCC><RCC version="1.0">
<qresource>
<file>geoip/GeoIP.dat</file>
<file>geoip/VERSION</file>
</qresource>
</RCC>

BIN
src/geoip/GeoIP.dat Normal file

Binary file not shown.

1
src/geoip/VERSION Normal file
View File

@ -0,0 +1 @@
0911

View File

@ -107,7 +107,8 @@ win32:LIBS += -lssl32 \
RESOURCES = icons.qrc \
lang.qrc \
search.qrc \
webui.qrc
webui.qrc \
geoip.qrc
# Translations
TRANSLATIONS = $$LANG_PATH/qbittorrent_fr.ts \