mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 16:37:21 -06:00
Redesign main core classes.
This commit is contained in:
@@ -16,7 +16,7 @@ os2: include(../os2conf.pri)
|
||||
|
||||
nogui {
|
||||
QT -= gui
|
||||
DEFINES += DISABLE_GUI
|
||||
DEFINES += DISABLE_GUI DISABLE_COUNTRIES_RESOLUTION
|
||||
TARGET = qbittorrent-nox
|
||||
} else {
|
||||
QT += xml
|
||||
@@ -56,6 +56,8 @@ DEFINES += BOOST_FILESYSTEM_VERSION=2
|
||||
|
||||
win32: DEFINES += NOMINMAX
|
||||
|
||||
INCLUDEPATH += $$PWD
|
||||
|
||||
include(app/app.pri)
|
||||
include(core/core.pri)
|
||||
!nowebui: include(webui/webui.pri)
|
||||
|
||||
Reference in New Issue
Block a user