mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-16 13:11:36 +03:00
15 lines
245 B
Text
15 lines
245 B
Text
#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
|