mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 10:37:06 -07:00
Fix geoip detection (Thanks Mirco)
This commit is contained in:
parent
19b11b8fa8
commit
549fcf8b4c
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ SOURCES += $$PWD/geoipmanager.cpp
|
|||
# Add GeoIP resource file if the GeoIP database
|
||||
# should be embedded in qBittorrent executable
|
||||
contains(DEFINES, WITH_GEOIP_EMBEDDED) {
|
||||
exists("geoip/GeoIP.dat") {
|
||||
exists("GeoIP.dat") {
|
||||
message("GeoIP.dat was found in src/geoip/.")
|
||||
RESOURCES += $$PWD/geoip.qrc
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue