diff --git a/src/geoip.qrc b/src/geoip.qrc new file mode 100644 index 000000000..ddee2d064 --- /dev/null +++ b/src/geoip.qrc @@ -0,0 +1,7 @@ + + + geoip/GeoIP.dat + geoip/VERSION + + + diff --git a/src/geoip/GeoIP.dat b/src/geoip/GeoIP.dat new file mode 100644 index 000000000..f7d043ed8 Binary files /dev/null and b/src/geoip/GeoIP.dat differ diff --git a/src/geoip/VERSION b/src/geoip/VERSION new file mode 100644 index 000000000..bbf25ef50 --- /dev/null +++ b/src/geoip/VERSION @@ -0,0 +1 @@ +0911 diff --git a/src/src.pro b/src/src.pro index 66c46380c..cd4d7f9f2 100644 --- a/src/src.pro +++ b/src/src.pro @@ -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 \