mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-12 13:53:33 +03:00
14 lines
219 B
Text
14 lines
219 B
Text
#cmakedefine QBT_USE_GUI
|
|
|
|
#ifndef QBT_USE_GUI
|
|
#define DISABLE_GUI
|
|
#define DISABLE_COUNTRIES_RESOLUTION
|
|
#endif
|
|
|
|
#cmakedefine QBT_USE_WEBUI
|
|
|
|
#ifndef QBT_USE_WEBUI
|
|
#define DISABLE_WEBUI
|
|
#endif
|
|
|
|
#cmakedefine STACKTRACE_WIN
|