mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-25 22:14:32 +00:00
16 lines
245 B
Plaintext
16 lines
245 B
Plaintext
#cmakedefine QBT_USES_QT5
|
|
#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
|