mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Merge pull request #4586 from glassez/geoip_nogui
Allow GeoIP in NoGUI builds
This commit is contained in:
commit
b79b5a01cc
2 changed files with 1 additions and 5 deletions
|
@ -62,10 +62,6 @@ using namespace BitTorrent;
|
|||
#include <libtorrent/extensions/smart_ban.hpp>
|
||||
//#include <libtorrent/extensions/metadata_transfer.hpp>
|
||||
|
||||
#ifndef DISABLE_COUNTRIES_RESOLUTION
|
||||
#include "base/net/geoipmanager.h"
|
||||
#endif
|
||||
|
||||
#include "base/utils/misc.h"
|
||||
#include "base/utils/fs.h"
|
||||
#include "base/utils/string.h"
|
||||
|
|
|
@ -21,7 +21,7 @@ os2: include(../os2conf.pri)
|
|||
|
||||
nogui {
|
||||
QT -= gui
|
||||
DEFINES += DISABLE_GUI DISABLE_COUNTRIES_RESOLUTION
|
||||
DEFINES += DISABLE_GUI
|
||||
TARGET = qbittorrent-nox
|
||||
} else {
|
||||
QT += xml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue