Browse Source

- Prepare to use geoip database locally

adaptive-webui-19844
Christophe Dumez 15 years ago
parent
commit
cb32ed97a8
  1. 7
      src/geoip.qrc
  2. BIN
      src/geoip/GeoIP.dat
  3. 1
      src/geoip/VERSION
  4. 3
      src/src.pro

7
src/geoip.qrc

@ -0,0 +1,7 @@ @@ -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

Binary file not shown.

1
src/geoip/VERSION

@ -0,0 +1 @@ @@ -0,0 +1 @@
0911

3
src/src.pro

@ -107,7 +107,8 @@ win32:LIBS += -lssl32 \ @@ -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 \

Loading…
Cancel
Save