Files
Anthias/.cursor/rules/qt.mdc
Nico Miguelino eca1289aeb chore: create Cursor rules (#2273)
* chore: create Cursor rules
* chore: have `.cursor` be ignored in essential GitHub workflow files
2025-04-30 08:42:28 -07:00

10 lines
351 B
Plaintext

---
description:
globs:
alwaysApply: true
---
- The [webview](mdc:webview) consists of purely C++ files.
- The WebView binary used for Raspberry Pi (1 to 4) devices uses Qt 5.
- The WebView binary used for Raspberry Pi 5 and x86 devices uses Qt 6.
- Use C++ macros when updating or generating code so that changes support
both Qt 5 and Qt 6 code.