1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-09-05 10:31:55 +00:00

Allow GeoIP in NoGUI builds

This commit is contained in:
Vladimir Golovnev (Glassez) 2016-01-17 10:11:55 +03:00
parent 909fc3fa50
commit dbf430ac2e

View File

@ -21,7 +21,7 @@ os2: include(../os2conf.pri)
nogui { nogui {
QT -= gui QT -= gui
DEFINES += DISABLE_GUI DISABLE_COUNTRIES_RESOLUTION DEFINES += DISABLE_GUI
TARGET = qbittorrent-nox TARGET = qbittorrent-nox
} else { } else {
QT += xml QT += xml