From 549fcf8b4cc5b7f9642f5ed8008cd64015147283 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sun, 21 Nov 2010 09:49:56 +0000 Subject: [PATCH] Fix geoip detection (Thanks Mirco) --- src/geoip/geoip.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {