pilorama icon indicating copy to clipboard operation
pilorama copied to clipboard

Add basic WebAssembly target support

Open eplatonoff opened this issue 9 months ago • 0 comments

Summary

  • provide a TrayIconStub.qml for environments without a system tray
  • load the tray icon component via Loader and disable on WebAssembly
  • avoid showing tray related preference on WebAssembly
  • make notification system work with the loaded tray component
  • wrap qputenv calls for non-WASM builds
  • document WebAssembly build steps
  • disable preset import/export on WebAssembly

Testing

  • cmake ../src
  • make -j2

https://chatgpt.com/codex/tasks/task_e_687b7a1f4b3c833094868494463af9c7

eplatonoff avatar Jul 19 '25 11:07 eplatonoff