mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-29 16:04:21 +00:00
- Prepare to use geoip database locally
This commit is contained in:
parent
e9350e66f0
commit
cb32ed97a8
7
src/geoip.qrc
Normal file
7
src/geoip.qrc
Normal 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
BIN
src/geoip/GeoIP.dat
Normal file
Binary file not shown.
1
src/geoip/VERSION
Normal file
1
src/geoip/VERSION
Normal file
@ -0,0 +1 @@
|
|||||||
|
0911
|
@ -107,7 +107,8 @@ win32:LIBS += -lssl32 \
|
|||||||
RESOURCES = icons.qrc \
|
RESOURCES = icons.qrc \
|
||||||
lang.qrc \
|
lang.qrc \
|
||||||
search.qrc \
|
search.qrc \
|
||||||
webui.qrc
|
webui.qrc \
|
||||||
|
geoip.qrc
|
||||||
|
|
||||||
# Translations
|
# Translations
|
||||||
TRANSLATIONS = $$LANG_PATH/qbittorrent_fr.ts \
|
TRANSLATIONS = $$LANG_PATH/qbittorrent_fr.ts \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user