diff --git a/src/geoip/geoip.pri b/src/geoip/geoip.pri index 96395a929..c19c1e049 100644 --- a/src/geoip/geoip.pri +++ b/src/geoip/geoip.pri @@ -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 {