Browse Source

Fix geoip detection (Thanks Mirco)

adaptive-webui-19844
Christophe Dumez 14 years ago
parent
commit
549fcf8b4c
  1. 2
      src/geoip/geoip.pri

2
src/geoip/geoip.pri

@ -7,7 +7,7 @@ SOURCES += $$PWD/geoipmanager.cpp
# Add GeoIP resource file if the GeoIP database # Add GeoIP resource file if the GeoIP database
# should be embedded in qBittorrent executable # should be embedded in qBittorrent executable
contains(DEFINES, WITH_GEOIP_EMBEDDED) { contains(DEFINES, WITH_GEOIP_EMBEDDED) {
exists("geoip/GeoIP.dat") { exists("GeoIP.dat") {
message("GeoIP.dat was found in src/geoip/.") message("GeoIP.dat was found in src/geoip/.")
RESOURCES += $$PWD/geoip.qrc RESOURCES += $$PWD/geoip.qrc
} else { } else {

Loading…
Cancel
Save