Do not compile the CLI (of Syncthing Tray) when targeting wasm

This commit is contained in:
Martchus 2024-06-10 22:07:44 +02:00
parent 480fd9105d
commit ce02e650bd
1 changed files with 1 additions and 0 deletions

View File

@ -428,6 +428,7 @@
"QT_INCLUDE_DIRS_NO_SYSTEM": {"type": "BOOL", "value": "ON"},
"DBUS_NOTIFICATIONS": {"type": "BOOL", "value": "OFF"},
"SYSTEMD_SUPPORT": {"type": "BOOL", "value": "OFF"},
"NO_CLI": {"type": "BOOL", "value": "ON"},
"USE_NATIVE_FILE_BUFFER": {"type": "BOOL", "value": "OFF"},
"USE_BOOST_PROCESS": {"type": "BOOL", "value": "OFF"}
}