mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-06 15:04:34 +08:00
15 lines
219 B
Plaintext
15 lines
219 B
Plaintext
#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
|